I guess so...I only get the message saying "Do you want to Open or Save this file?"
Try including this and don't output anything in the code that isn't inside the cfsavecontent... <cfsetting showdebugoutput="false"> -----Original Message----- From: Captain Obvious [mailto:[email protected]] Sent: Monday, August 01, 2011 12:58 PM To: cf-talk Subject: Re: cf9 multiple sheet excel Me too. Have you figured a way to avoid Excel 2010 from producing the message below when opening files generated in this manner? "The file you are trying to open is in a different format than specified by the extension..." On Mon, Aug 1, 2011 at 1:07 PM, Bill Franklin <[email protected]>wrote: > The way we have always handled excel spreadsheet generation (CF8), has been > to take a formatted spreadsheet, save it as and XML sheet, open that XML in > Notepad, copy the XML code and paste it inside a <cfsavecontent > variable="strXmlData"> tag... > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:346433 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

