Title is little bit confusing. Here's my question, I will start working on a new project. I have an ASP Script which basically lets the user choose the filters, queries the database and brings a web page which lets you choose the format (spread sheet, txt file, or web view). On this script everything is written in ASP including the creation of Excel spread sheet files. I would like to work on an XML which will create the excel file and I will put this XML file in the page with an include, so it will be easier for other programmers to integrate the XML for the future projects. I have made some research about XML and spread sheet files. Mostly the results are about converting a file/input to excel etc. How should I start with this project? Any suggestions will be appreciated.
Thanks in advance