Is there a better way I can fill out a spread sheet on a web server (using asp.net) than using interop?
EDIT: I wasn’t very clear as to what I require:
I have a template that I must use that is provided by our customer. In the template are some macros that are password protected that I do not have access to so I cannot generate the excel file. I am stuck updating a 2003 excel file.
This is the solution I ended up going with. I saved my template as an xls file, each time I need to create the sheet I copy it to a directory and give it a name. Then I am using OleDb and UPDATE statements to fill in the cells that I need to add my data to.