Going with the attachment setting can work nicely, but if the client has certain security settings enabled, this may still fail. Of course, if you can predict your client's configuration (an internal app for your organization where your company sets the config etc), then this could be moot.
Otherwise, you might want to go ahead and do a cfsavecontent on the entire output, write the content to a permanent file (which you can delete later), and redirect the client to a page with a link to download the saved file. This has been the only way I've found to reliably get around some of the IE security settings. Cheers, Kris > I originally was gonna use Ben's POI utility. Then figured it'd be easier > using my existing html tabular output, then letting excel read the tables and > convert it all over. > > That part it workin nicely, just had the IE trouble. I think I fixed it just > by adding the <cfheader> with attachment setting. > > Might still end up creating a temp .xls file for dload. > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion 8 beta â Build next generation applications today. Free beta download on Labs http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_adobecf8_beta Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:283197 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

