What version of Excel? With Excel 2000 I can format an Excel spreadsheet the way that I want it, then do a save as web page and use the output for a template. Leave in all the stylesheet information, etc., then use CF to generate the table structure. Similar to your last item.
I always add tags for no caching ... <cfheader name="pragma" value="no-cache"> <cfheader name="expires" value="-1"> And then the only content tag I use is ... <cfcontent type="application/vnd.ms-excel"> Comes right up in Excel with all the formatting. Dan ______________________________________________________________________ Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

