I didn't know that. That's really nice - I can see a lot of uses for this. 


-----Original Message-----
From: Ben Forta [mailto:[EMAIL PROTECTED] 
Sent: 12 October 2007 02:43
To: CF-Talk
Subject: RE: Exporting from ColdFuion to a Excel file

Or, if the data is query data, use <cfreport> which can output to Excel.

--- Ben


-----Original Message-----
From: Jerry Johnson [mailto:[EMAIL PROTECTED]
Sent: Thursday, October 11, 2007 9:26 PM
To: CF-Talk
Subject: Re: Exporting from ColdFuion to a Excel file

<cfcontent type="application/vnd.ms-excel"> <cfheader
name="Content-Disposition" value="filename=#filename#.xls">
<cfoutput>#pageContent#</cfoutput>

I assume this will still work on 8

Jerry

On 10/11/07, Steve Sequenzia <[EMAIL PROTECTED]> wrote:
> Can someone please give me some insight into exporting data to excel 
> using
CF8.
>
> I am having issues with all the code I am trying.
>
> Any help would be great.
>
> Thanks
>
> 





~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Get involved in the latest ColdFusion discussions, product
development sharing, and articles on the Adobe Labs wiki.
http://labs/adobe.com/wiki/index.php/ColdFusion_8

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:290916
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to