L
Lilia
Hello
I need to export picture(gif) created with ChartSpace(OWC), TO EXCEL.
I have code for export data to Excel:
ImagePath=server.mappath("PricesExport.gif")
oChart.ExportPicture ImagePath, "gif",600,500
Response.Write("<IMG SRC='PricesExport.gif'>")
Response.ContentType ="Application/vnd.excel"
Response.AddHeader "Content-Disposition", "attachment;
filename=PreciosMPS.xls"
but, it doesn't show the Chart (GIF)
I'm using ASP code
Thank you for your help
I need to export picture(gif) created with ChartSpace(OWC), TO EXCEL.
I have code for export data to Excel:
ImagePath=server.mappath("PricesExport.gif")
oChart.ExportPicture ImagePath, "gif",600,500
Response.Write("<IMG SRC='PricesExport.gif'>")
Response.ContentType ="Application/vnd.excel"
Response.AddHeader "Content-Disposition", "attachment;
filename=PreciosMPS.xls"
but, it doesn't show the Chart (GIF)
I'm using ASP code
Thank you for your help