Hi,
I am creating a report on Asp.net 3.5/C#. This report shoule be in excel format with following considerations
- Excel is not installed on web server, so can not use COM object of excel.
- A report will consist of one file having multiple sheets, so can not generate HTML's table and output as excel (as normally we do).
- I think best way is to create excel report in XML. But really unable to find what should be header of file and how to decorate the text ?
Suggestions/Advices/Links are needed.
Thank you all in anticipation.,
Waiting .......