Ask a Question related to ASP, Design and Development.
-
Cathy Bro #1
Create an Excel File from and ASP page
I have been able to create and Active Server Page that when I link to
it will ask if I want to download to an excel file which I do want. It
works well, but there is one thing that I haven't been able to get to
work yet.
The ASP page has a logo picture in it and I want the picture to
download into the excel file also. It doesn't. My code is the
following:
Response.ContentType = "application/vnd.ms-excel"
Response.Buffer = true
Response.Clear
Response.AddHeader "Content-Disposition",
"attachment;filename=svra_excel.xls"
<!--#INCLUDE FILE="svra_report.asp"-->
the svra_report.asp is another page with the excel info in it.
Does anyone know how I can get the logo to download also?
Thanks.
Cathy Bro Guest
-
How to create or modify an Excel file with embedded charts w/o Win32::OLE?
I am creating a web application that creates custom excel workbooks containing embedded charts for users to download. I know Win32::OLE can do... -
Problem Using Icon in Excel 2003 to Create PDF file
I am using Acrobat 6 and Excel 2003. In Excel, if I click on the icon to create a PDF file I immediately get a popup saying "Compile Error in hidden... -
Possible to create Multi-page .pdf file from Illustrator 10 file or files?
First off, is it possible to create a multi-page document in Illustrator 10? If not, is it possible to create a multi-page .pdf file from one or more... -
Create a ASP.net page to upload a file
I am working on a project that requires the user to upload a file to a webserver. I am using VB.net and would like the user to go to an ASP.Net... -
Create and show an Excel pie chart in an ASP page
Does anyone know if its possible to create and show an Excel 3D pie chart in an ASP page using VBScript? I would like to be able to generate the pie...



Reply With Quote

