I have a Web application which will be deployed to Windows Azure and I’m looking for alternatives to generate Excel spreadsheets.
Can I use VSTO to programatically generate an Excel spreadsheet in a Web Role running on Windows Azure?… If yes, how should I deploy the application to Windows Azure? What assemblies should I include?
I tested this and apparently it won’t work, VSTO requires Office to be installed.