displaying as an excel page

  • Thread starter Thread starter Joo Park
  • Start date Start date
J

Joo Park

Hello,

i have an aspx page that displays data in tabular format.

I'd like to change this page so that it outputs that same data into excel
format.

what needs to change in an aspx page to do that?

thx in advance!
 
You could simply output the data into this free ExportPanel control and let
it handle the Export to Excel for you:
http://SteveOrr.net/articles/ExportPanel.aspx

Or if you want to handle things a bit more manually, you could use any of
the techniques outlined here:
http://SteveOrr.net/Articles/ExcelExport.aspx

Finally, if you find your needs becoming quite advanced, you could use a 3rd
part component:
http://www.SteveOrr.net/Reviews/AsposeExcel.aspx
http://officewriter.softartisans.com/officewriter-37.aspx
 
Back
Top