If you're going to the Excel manipulation server-side then this is probably a good bet:
http://jexcelapi.sourceforge.net/ You will need to install the relevant jars on to your server, update your java classpath in cfadminstrator and then call with cfobject. After that it should be a simple case of accessing the methods as per the jexcelapi docs. I have a good look at this for copying some data into an Excel template (preconfigured with macros, cell protection etc and some formulas for assisting data manipulation) and it seems just the job, but I haven't done any actual coding yet. Regards, Matt -----Original Message----- From: Mike Chabot [mailto:[EMAIL PROTECTED] Sent: 28 October 2007 20:48 To: CF-Talk Subject: Re: Excel and Coldfusion and Javascript Are you thinking client-side or server-side? You seem to be asking about client-side interaction, but it helps to confirm because the solutions are different. -Mike Chabot On 10/28/07, Richard White <[EMAIL PROTECTED]> wrote: > Hi, > > we noticed that Mozilla Firefox doesnt allow vbscript to run due to the security issues. However, we need to be able to interact with an excel document in our code. Is there anyway to do this through javascript or coldfusion or any other means without using vbscript > > Thanks for your help > > Richard > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Check out the new features and enhancements in the latest product release - download the "What's New PDF" now http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292220 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

