I have a excel sheet in xlsx format and it has a very complex macro which calculates investment information based on some 20 odd variables.
I am supposed to use this xlsx file and run the macro in a unix environment. Basically integrating it with my back end Rails application.
My question is, how can I run the macro from Linux shell, do I need to setup mono in order to use win32ole? Or can I use roo gem to accomplish this.
Thanks.