View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ryan Bannan Ryan Bannan is offline
external usenet poster
 
Posts: 1
Default Office Web Controls

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?