Post from ASP.Net form to Excel

lorena

Centurion
Joined
Oct 23, 2003
Messages
134
Location
Phoenix, Arizona
I have a form that I need to have post to an Excel spreadsheet.Is this possible? I have examples that read from a spreadsheet but can't find info on posting to a spreadasheet.
Any help is appreciated
 
You could just write out to csv and if clients computer has excel add ins then the csv will open excel. There is also the slk file format if you want the pretty colors and functions, but it's a pain.
 
I use XSLT files to transform a Reporting Services report to Excel format, I'm sure you can do the same thing using a dataset or xml/xsd file. The beauty of XSLT is that you can give a great look and feel to the sheets as well as format the data types as needed.
 
Back
Top