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 the answers you are looking for on the ColdFusion Labs
Forum direct from active programmers and developers.
http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72&catid=648

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

Reply via email to