I have a spreadsheet in MS Excel format and I want to be able to edit the contents of the file from within the program, that I am writing. I need to modify individual cell values and insert and delete entire rows each time the program runs.
My application runs on a server so I can't afford to invoke Office Automation and I don't have time to figure out the native file format. I just want an easy to use object model that represents the sheet and gets me straight to the data. Can anyone help with an off-the-shelf code library?
Submit a new solution to this problem >