Re: Manipulation Excel files

2004-07-12 Thread Asim Manzur
-Talk Subject: RE: Manipulation Excel files Again, the source code is in CVS on the sourceforge site; not in any downloadable form. Either use your favorite CVS client to access the source or use the web-based client provided by sourceforge. http://cvs.sourceforge.net/viewcvs. py

Re: Manipulation Excel files

2004-07-12 Thread JediHomer
to: net.sourceforge.openxcf.javacfx.ExcelQuery You *may* need another cycle of the server... but then it works like a dream HTH Mike - Original Message - From: Asim Manzur [EMAIL PROTECTED] Date: Mon, 12 Jul 2004 12:02:25 -0400 Subject: Re: Manipulation Excel files To: CF-Talk [EMAIL PROTECTED] ny 1?? If anyone get success

Re: Manipulation Excel files

2004-07-12 Thread Asim Manzur
CTED] Date: Mon, 12 Jul 2004 12:02:25 -0400 Subject: Re: Manipulation Excel files To: CF-Talk [EMAIL PROTECTED] ny 1?? under cfx_tags. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: Manipulation Excel files

2004-07-12 Thread Asim Manzur
Finally worked out, the excel file was saved in excel 2003 format, I saved it in excel 97 format and its start working. Can someone also let me know about more functionality that how to write the excel files with the same tag. I mean I need to populate the dynamic form with that and then modify

Re: Manipulation Excel files

2004-07-12 Thread JediHomer
: Mon, 12 Jul 2004 14:02:56 -0400 Subject: Re: Manipulation Excel files To: CF-Talk [EMAIL PROTECTED] Finally worked out, the excel file was saved in excel 2003 format, I saved it in excel 97 format and its start working. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User

Re: Manipulation Excel files

2004-07-09 Thread Asim Manzur
Excel files Again, the source code is in CVS on the sourceforge site; not in any downloadable form. Either use your favorite CVS client to access the source or use the web-based client provided by sourceforge. http://cvs.sourceforge.net/viewcvs.py/*checkout*/openxcf/javacfx/src/net/sou rceforge

Re: Manipulation Excel files

2004-07-06 Thread Mickael
Thanks Geoff, This is great for Creating the excel files, but how do you manipulate existing one? - Original Message - From: Geoff Bowers To: CF-Talk Sent: Monday, July 05, 2004 8:50 PM Subject: Re: Manipulation Excel files This is a great little post on leveraging java libraries

Re: Manipulation Excel files

2004-07-06 Thread Mickael
Hi Matt, Will this plugin work with files that is not formatted nicely in rows and columns, can the tag read the file and determine cell positions? - Original Message - From: Matt Liotta To: CF-Talk Sent: Monday, July 05, 2004 10:16 PM Subject: RE: Manipulation Excel files I have

RE: Manipulation Excel files

2004-07-06 Thread Matt Liotta
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mickael Sent: Tuesday, July 06, 2004 9:21 AM To: CF-Talk Subject: Re: Manipulation Excel files Hi Matt, Will this plugin work with files that is not formatted nicely in rows and columns, can the tag read

RE: Manipulation Excel files

2004-07-06 Thread Calder, Erick
: Manipulation Excel files Hi Matt, Will this plugin work with files that is not formatted nicely in rows and columns, can the tag read the file and determine cell positions? - Original Message - From: Matt Liotta To: CF-Talk Sent: Monday, July 05, 2004 10:16 PM Subject: RE: Manipulation

RE: Manipulation Excel files

2004-07-06 Thread Calder, Erick
: Manipulation Excel files The tag will turn an XLS file into a CF query that has columns and rows to match the XLS file. If you know the exact cell you want information from it is pretty easy to get at. For example, say you want cell F on row 2, then you would use the following. cfset foo = queryName.F[2

RE: Manipulation Excel files

2004-07-06 Thread Matt Liotta
] On Behalf Of Calder, Erick Sent: Tuesday, July 06, 2004 11:27 AM To: CF-Talk Subject: RE: Manipulation Excel files I downloaded this package but it includes no documentation, no source code (so one can't figure out the interface) and I e-mailed the author but got no response. -Original

Re: Manipulation Excel files

2004-07-06 Thread Jim McAtee
, 2004 8:53 AM Subject: Manipulation Excel files Hello All, I was wondering if someone could point me in the right direction.I need to be able to extract certain information from cells an excel file, update some cell, delete some rows in the file then import the file to my database.Can anybody

RE: Manipulation Excel files

2004-07-06 Thread Calder, Erick
hmm... the javacfx tarball contains .class files, not .java files... am I supposed to download some other tarball? -Original Message- From: Matt Liotta [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 06, 2004 8:35 AM To: CF-Talk Subject: RE: Manipulation Excel files All the source code

RE: Manipulation Excel files

2004-07-06 Thread Matt Liotta
/javacfx/ExcelQuery.java?rev=1.2 -Matt -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Calder, Erick Sent: Tuesday, July 06, 2004 12:48 PM To: CF-Talk Subject: RE: Manipulation Excel files hmm... the javacfx tarball contains .class files, not .java

RE: Manipulation Excel files

2004-07-06 Thread Calder, Erick
ah!I missed that little word IN CAPS :) thx.I will grab and will probably even write some docs! -Original Message- From: Matt Liotta [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 06, 2004 10:03 AM To: CF-Talk Subject: RE: Manipulation Excel files Again, the source code is in CVS

Re: Manipulation Excel files

2004-07-06 Thread Sean Corfield
I blogged some very brief instructions on how to use Matt's tag: http://www.corfield.org/blog/past/2004_06.html#000474 - Original Message - From: Calder, Erick [EMAIL PROTECTED] Date: Tue, 6 Jul 2004 08:29:23 -0700 Subject: RE: Manipulation Excel files To: CF-Talk [EMAIL PROTECTED] Matt

Manipulation Excel files

2004-07-05 Thread Mickael
Hello All, I was wondering if someone could point me in the right direction.I need to be able to extract certain information from cells an excel file, update some cell, delete some rows in the file then import the file to my database.Can anybody point me to a resource that explains how to do this

Re: Manipulation Excel files

2004-07-05 Thread Geoff Bowers
(http://www.fullasagoog.com/)? -- geoff http://www.daemon.com.au/ - Original Message - From: Mickael [EMAIL PROTECTED] Date: Mon, 5 Jul 2004 10:53:35 -0400 Subject: Manipulation Excel files To: CF-Talk [EMAIL PROTECTED] Hello All, I was wondering if someone could point me in the right

RE: Manipulation Excel files

2004-07-05 Thread Matt Liotta
10:54 AM To: CF-Talk Subject: Manipulation Excel files Hello All, I was wondering if someone could point me in the right direction.I need to be able to extract certain information from cells an excel file, update some cell, delete some rows in the file then import the file to my