[cfaussie] Re: Creating Excel files with multiple worksheets

2008-03-26 Thread CyberAngel
Ok, Any of these work for you? http://www.activexls.com/products/java_professional.aspx?gclid=CL6SsY_ZrJICF QkvgwodslwRQg http://poi.apache.org/hssf/index.html -Original Message- From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Darren Tracey Sent: Thursday, 27 M

[cfaussie] Re: Creating Excel files with multiple worksheets

2008-03-26 Thread Darren Tracey
CF8 is not an option on this project yet. On Mar 27, 3:52 pm, Andrew Scott <[EMAIL PROTECTED]> wrote: > I suppose you don't have the luxury of running it under Coldfusion 8:-) > > Andrew Scott > Senior Coldfusion Developer > Aegeon Pty. Ltd.www.aegeon.com.au > Phone: +613  9015 8628 > Mobile: 040

[cfaussie] Re: programmer etiquette and writing good CF code

2008-03-26 Thread Darren Tracey
I just wanted to point out a few things to anyone in the know. Barry is currently doing work for me, fixing up the project he is working on, and that he has talked about here. I am not the original coder on this project. A contractor was brought in for this. For a variety of reasons, the people re

[cfaussie] Re: Creating Excel files with multiple worksheets

2008-03-26 Thread Andrew Scott
I suppose you don't have the luxury of running it under Coldfusion 8:-) Andrew Scott Senior Coldfusion Developer Aegeon Pty. Ltd. www.aegeon.com.au Phone: +613  9015 8628 Mobile: 0404 998 273 -Original Message- From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of D

[cfaussie] Re: Creating Excel files with multiple worksheets

2008-03-26 Thread Ryan Sabir
Generate it as XML.. 1. Manually create the spreadsheet in Excel, with the multiple worksheets. 2. Save it as XML 3. Examine the XML in a text editor and use your mad CF skillz to recreate the content dynamically 4. Profit! -Original Message- From: cfaussie@googlegroups.com [mailto:[E

[cfaussie] Creating Excel files with multiple worksheets

2008-03-26 Thread Darren Tracey
Making an Excel files come out of your CF pages is pretty straight forward with tables and CFContent. Is there any way to make an Excel file that has multiple worksheets? The solutions I've found involve calling COM objects for a server copy of Excel, but my server doesn't have Excel installed so

[cfaussie] Looking For- Sr. IT Analyst.

2008-03-26 Thread Ranjit Patil
Hi, Greetings!! This is Ranjit from Coolsoft, hope you are doing well, we have the following requirement . Appreciate if you can forward your latest word format resume & contact no as soon as possible. Please check all the skills carefully !! Position : Sr. IT

[cfaussie] Re: Issue with concurrency

2008-03-26 Thread Peter Robertson
Best to store the value of the request in a dedicated db table. When a user needs a new number, do two sql operations; 1. select the previously issued value - eg, select max(transactionVal) as prev_trans_val from etc 2. increment the value for use by current user and write it straight back to the