charon
03-25-2003, 04:00 AM
hi,
is there any better way for generating the report in Excel Format from ASP page.
well, I'm now using Response.ContentType = "application/vnd.ms-excel" to generate the report, but
i feel that it is no so practical as I need to pass all the query string from a asp page (there has a link "view in excel format")
to the excelformat.asp and copy paste the code from the asp page to excelformat in order to generate the report.
Please advice!
is there any better way for generating the report in Excel Format from ASP page.
well, I'm now using Response.ContentType = "application/vnd.ms-excel" to generate the report, but
i feel that it is no so practical as I need to pass all the query string from a asp page (there has a link "view in excel format")
to the excelformat.asp and copy paste the code from the asp page to excelformat in order to generate the report.
Please advice!