Need to Save Excel XML as just Excel file for user to open in Excel 2000

F

fatmosh

I have created a XML file using Excel 2003's XML formatting standards.
It opens great in Excel 2003, but Excel 2000 does not read it natively.
My question is:

1) Is there anyway to get Excel 2000 to read it natively?

2) If not, is there a way to save the XML on the server-side As an
Excel document for the user to download. I have the Microsoft Office
Tools for Visual Studio, but I need to use it in an already-developed
web application. Ideally it would be as simple as:

xmlfile.SaveAsExcel(filename)

I can easily do this in Excel 2003 manually, but I need this to be
generated server-side.

Any ideas?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top