Excel on Railway
Anonymous
HOBBYOP

11 days ago

Is there any way that I can run a Windows environment on Railway. I need to run an Excel spreadsheet that will be accessed by a Python program. The spreadsheet has VBA and macros so it needs real Excel not a substitute.

$10 Bounty

4 Replies

Status changed to Awaiting Railway Response Railway 11 days ago


Railway deploys apps as container image, not Windows desktops/VMs... what you can do is host VM then keep railway for python api


Anonymous
HOBBYOP

10 days ago

Does this simply mean "No"? I need to host a VM elsewhere?


yaostyle
HOBBY

10 days ago

I missed the VBA and macros part. I guess there is no way for a Railway Docker container to create a Windows container, as it requires a Windows kernel.


Does this simply mean "No"? I need to host a VM elsewhere?

Yes. Railway does not provide virtual machines for you to use. They only provide hosting services from Docker images or Github repositories.

You'd need to look into providers such as Ionos or Hostinger for VM/VPS.


Loading...