R
Ryan Bannan
I have a web page that I am using an Office XP chart
component in. I want to be able to download the page to
excel from the web server. I used
response.addheader("content-disposition","attachment;
filename=AlarmHistoryReport.xls;type='xls'")
to achieve the download. When it downloads, the chart is
very small. Is there a way to format the size of the chart
such that it displays in Excel correctly?
..
component in. I want to be able to download the page to
excel from the web server. I used
response.addheader("content-disposition","attachment;
filename=AlarmHistoryReport.xls;type='xls'")
to achieve the download. When it downloads, the chart is
very small. Is there a way to format the size of the chart
such that it displays in Excel correctly?
..