The fastest way is to create a html file containing a table and renaming it
to .xls
We use this for large files. The html is created using a webcontrol which
we've written on which we call the render function using a htmltextwriter
that wraps a stringwriter.
If you want more of the excel functionallity you'd have to get some excel
output component.
1) HTML
Create an HTML document and save it with a .xls extension - Excel will open
it and treat it like a native Excel file. This method is very simple and, of
course, free - however, it won't allow you to have more than one worksheet
in the Excel workbook...
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.