M
Marco Alting
I'm trying to save an ASP generated table as an Excel sheet, but when I use
this line:
Response.AddHeader "Content-Disposition", "attachment;filename=report.xls"
I loose part of my table layout and get an error message on a missing file
(stylesheet file), If I however first display the table as Excel in the
browser and then save it as xls it does save the layout and the stylesheet
settings...
Can someone tell me if there's a better way of doing this or is it just not
possible to get it better than this?
this line:
Response.AddHeader "Content-Disposition", "attachment;filename=report.xls"
I loose part of my table layout and get an error message on a missing file
(stylesheet file), If I however first display the table as Excel in the
browser and then save it as xls it does save the layout and the stylesheet
settings...
Can someone tell me if there's a better way of doing this or is it just not
possible to get it better than this?