Another good option is jExcel integration: http://www.cfinsider.com/index.cfm/2008/1/3/Modify-Excel-Spreadsheets-with-ColdFusion-the-easy-way
Cheers Marco Antonio On Tue, Oct 28, 2008 at 5:37 AM, Stephane Vantroyen <[EMAIL PROTECTED]> wrote: > Hi, > > another possibility is to use the POI Utility you can find on Ben Nadel's > page : > > > http://www.bennadel.com/blog/865-POIUtility-cfc-Examples-For-Reading-And-Writing-Excel-Files-In-ColdFusion.htm > > Greets > > Stéphane > > > >I wouldn't say it is the *best* way but this will maintain table layouts: > > > >http://mgt.pastebin.com/f27bd1c5a > > > >Another way to do it is what Mike Chabot suggested. > > > >Yet another way: > > > >Create a spreadsheet and fill the places where you want your data to go > with > >CF vars #.yourQury.yourVar# and then save as XML or HTML (I forget) and > use > >the above method to populated it and force it to the browser. > > > >HTH > > > >~G~ > > > >On Mon, Oct 27, 2008 at 3:14 PM, Brian Yager <[EMAIL PROTECTED] > >wrote: > > > >> > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:314425 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

