Hi, I have been given a spreadsheet with some fairly hardcore formulas/calculations that needs to be translated into a web application. It would make my life a million times simpler if I could feed in my data (via a web form) to cells a1, a2 and a3... let Excel do the clever stuff... and read the output from cell z1 Is this possible or should I start breaking it apart now? Thanks for any help anyone is able to give!
You can also load up the Excel API. I remember doing it back with VS6.0 loading it as a COM object. It should work roughly the same. Then you can create an object in ASP load the spreadsheet in the object then feed it back in. The post above with Excel through ADO is a better idea though.