I have a website currently running and I have written some Microsoft excel macros. Is there any possible way I can run the macro on my website which runs on Linux server?
I made some research and it says that macros are not supported in Linux server. Is there a way to get around these and make the macros interact with my website site code (HTML, PHP)?
I am thinking of recoding the VBA codes in PHP language directly on the website, but that would be a lot of work. Any help would be appreciated.