I have a web application that reads from XML, but the users need to upload .xlsx or .xls files.
How do I programatically convert the Excel files into XML spreadsheet 2003?
I suggest you take a look at a similar question here on stackoverflow. The following alternatives are mentioned (among others):
I have no experience with either of these. Using Microsoft Office Interop assemblies is not an option - it just won't work:
|
|||
|
You can read an existing excel file and save it into required format: Below is the sample code:
|
||||
|