Wrox Programmer Forums
|
Classic ASP Components Discussions specific to components in ASP 3.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Classic ASP Components section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old October 5th, 2004, 06:07 AM
Registered User
 
Join Date: Oct 2004
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to thchatha
Default Excelsheet

i am using Response.ContentType = "application/vnd.ms-excel" in my asp page, for exporting pag data on excel sheet, its work fine and acciurate.
but problem is that need to know is excel downloads r not allowed when ur in ssl zone?
plz its urgent waiting for kind reply


 
Old October 13th, 2004, 03:13 AM
Friend of Wrox
 
Join Date: May 2004
Posts: 105
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Hello...

I`m also using excel reports on my asp pages. I know that you can download that excel sheet. But I haven`t managed to do that yet. The code that you might have to use is the following:
---------------
Response.AddHeader "Content-Disposition","filename=yourfilename.xls"
---------------
But this code for me is not working. So... please if someone knows how to start the download action of the excel sheet... help us! :)
 
Old October 13th, 2004, 01:40 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 344
Thanks: 0
Thanked 1 Time in 1 Post
Default

also worth checking out is http://www.greggriffiths.org/webdev/both/excel/





Similar Threads
Thread Thread Starter Forum Replies Last Post
email an excelsheet using a macro behind a button Haroldd Excel VBA 2 January 8th, 2004 04:08 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.