Re: New to POI, how to configure POI package

2004-08-28 Thread Charlie
. POI should work fine on 1.3, except > for some character encoding issues (i.e., it will work fine for US English, > but may give errors for other code pages). > > > > -Original Message- > From: Charlie [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 26, 2

RE: New to POI, how to configure POI package

2004-08-28 Thread Michael Zalewski
26, 2004 4:01 PM To: Kipre, Bougnon E Cc: POI Users List Subject: Re: New to POI, how to configure POI package The full class path is set, but can you explain what is device? The error is "cannot resolve symbol" (Usually I just put the jar file's path as classpath of that library w

Re: New to POI, how to configure POI package

2004-08-26 Thread Charlie
Thanks, sudhakar. I do set the classpath as you described, but the test application still does not work in jBuilder. (in jBuilder I set the classpath of POI library, then include POI library into the test application. This way works out for all other library I use) It is killing me. Thanks so mu

Re: New to POI, how to configure POI package

2004-08-26 Thread Koundinya \(Sudhakar Chavali\)
n E > <[EMAIL PROTECTED]> wrote: > > Make sure the full path, including device, folder and file is in your > > classpath. > > > > > > > > > > -Original Message- > > From: Koundinya (Sudhakar Chavali) [mailto:[EMAIL PROTECTED] > > S

Re: New to POI, how to configure POI package

2004-08-26 Thread Charlie
t;[EMAIL PROTECTED]> wrote: > Make sure the full path, including device, folder and file is in your > classpath. > > > > > -Original Message- > From: Koundinya (Sudhakar Chavali) [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 26, 2004 3:22 PM > To: Cha

RE: New to POI, how to configure POI package

2004-08-26 Thread Kipre, Bougnon E
Make sure the full path, including device, folder and file is in your classpath. -Original Message- From: Koundinya (Sudhakar Chavali) [mailto:[EMAIL PROTECTED] Sent: Thursday, August 26, 2004 3:22 PM To: Charlie Cc: POI Users List Subject: Re: New to POI, how to configure POI package

RE: New to POI, how to configure POI package

2004-08-26 Thread Kipre, Bougnon E
folder Add location full path \poi-2.5.1-final-20040804.jar to you classpath The file you are suing maybe the source code, not the classes. -Original Message- From: Charlie [mailto:[EMAIL PROTECTED] Sent: Thursday, August 26, 2004 2:45 PM To: [EMAIL PROTECTED] Subject: New to POI

Re: New to POI, how to configure POI package

2004-08-26 Thread Koundinya \(Sudhakar Chavali\)
What is the problem you are getting?? --- Charlie <[EMAIL PROTECTED]> wrote: > Ok, I download the binary version and set classpath to > \poi-bin-2.5.1-final-20040804\poi-2.5.1-final-20040804.jar, but it > still does not work. > Is there anything I need to do? > > Thanks so much, > > Charlie >

Re: New to POI, how to configure POI package

2004-08-26 Thread Charlie
Ok, I download the binary version and set classpath to \poi-bin-2.5.1-final-20040804\poi-2.5.1-final-20040804.jar, but it still does not work. Is there anything I need to do? Thanks so much, Charlie On Thu, 26 Aug 2004 12:03:09 -0700 (PDT), Koundinya (Sudhakar Chavali) <[EMAIL PROTECTED]> wro

RE: New to POI, how to configure POI package

2004-08-26 Thread Kipre, Bougnon E
) [mailto:[EMAIL PROTECTED] Sent: Thursday, August 26, 2004 2:54 PM To: POI Users List; Charlie Cc: POI Users List Subject: Re: New to POI, how to configure POI package can u paste the list?? Regards --- Charlie <[EMAIL PROTECTED]> wrote: > Can you tell me which jar to use? I can

Re: New to POI, how to configure POI package

2004-08-26 Thread Koundinya \(Sudhakar Chavali\)
Wait wait, you need to download this /poi-bin-2.5.1-final-20040804.zip. The one u have downloaded is sources zip file this is from one of it's mirror site http://www.wmwweb.com/apache/jakarta/poi/release/bin/poi-bin-2.5.1-final-20040804.zip Regards Sudhakar --- Charlie <[EMAIL PROTECTED]> wrote

Re: New to POI, how to configure POI package

2004-08-26 Thread Charlie
under \lib directory: commons-logging-1.0.1.jar junit-3.8.1.jar log4j-1.2.8.jar under \src\contrib\lib directory: commons-beanutils-1.6.jar commons-collections-2.1.jar commons-lang-1.0-b1.jar xercesImpl-2.4.0.jar xmlParserAPIs-2.2.1.jar I am really confused which jar to use. Thanks so much. Ch

Re: New to POI, how to configure POI package

2004-08-26 Thread Koundinya \(Sudhakar Chavali\)
can u paste the list?? Regards --- Charlie <[EMAIL PROTECTED]> wrote: > Can you tell me which jar to use? I can not find > poi-src-2.5.1-final.jar in that directory and there are several other > jars in some subdirectory. > > Thanks a lot > > Charlie > > > On Thu, 26 Aug 2004 11:48:28 -070

Re: New to POI, how to configure POI package

2004-08-26 Thread Charlie
Can you tell me which jar to use? I can not find poi-src-2.5.1-final.jar in that directory and there are several other jars in some subdirectory. Thanks a lot Charlie On Thu, 26 Aug 2004 11:48:28 -0700 (PDT), Koundinya (Sudhakar Chavali) <[EMAIL PROTECTED]> wrote: > > > You find the jar fil

Re: New to POI, how to configure POI package

2004-08-26 Thread Koundinya \(Sudhakar Chavali\)
You find the jar file in the zip file; set classpath=%classpath%;poi-src-2.5.1-final.jar; = "No one can earn a million dollars honestly."- William Jennings Bryan (1860-1925) "Make everything as simple as possible, but not simpler."- Albert Einstein (1879-1955) "It is dangerous to be sin

New to POI, how to configure POI package

2004-08-26 Thread Charlie
Hi, All, I am new to POI and have problems in setting up POI package. The following is the way I configure POI package: 1. download poi-src-2.5.1-final-20040804.zip and unzip it 2. set the library class path of POI as poi-src-2.5.1-final-20040804\src\java 3. import org.apache.poi.* But it does

Re: New to POI Please help me ......

2004-07-10 Thread Andrew Kharchuk
" <[EMAIL PROTECTED]> Sent: Saturday, July 10, 2004 12:59 PM Subject: Re: New to POI Please help me .. > Hi wolfgang, > > Thank you wolfgang, i have received ur jar file. > I'll try and tell u the results. > > Thank you for sending. > > Thanks > Sriniva

Re: New to POI Please help me ......

2004-07-10 Thread Srinivas Rao
Hi wolfgang, Thank you wolfgang, i have received ur jar file. I'll try and tell u the results. Thank you for sending. Thanks Srinivas ng unger <[EMAIL PROTECTED]> wrote: Hi Srinivas, I tried 2 times, and got 2 times: - This is an automatically generated Delivery Status Notification. Deli

Re: New to POI Please help me ......

2004-07-09 Thread wolfgang unger
Hi Srinivas, I tried 2 times, and got 2 times: - This is an automatically generated Delivery Status Notification. Delivery to the following recipients failed. [EMAIL PROTECTED] - (Zipped AND not too big) Sorry > Hi Wolfgang , > > Thank you very much wolfgang,Please send me your

Re: New to POI Please help me ......

2004-07-09 Thread Srinivas Rao
ng - As far as I know, but I'm relatively new to Java so if anyone can correct me, feel free. Tim Forbis -Original Message- From: Srinivas Rao [mailto:[EMAIL PROTECTED] Sent: Thursday, July 08, 2004 12:32 AM To: POI Users List Subject: RE: New to POI Please help me ..

Re: New to POI Please help me ......

2004-07-08 Thread wolfgang.unger
feel free. Tim Forbis -Original Message- From: Srinivas Rao [mailto:[EMAIL PROTECTED] Sent: Thursday, July 08, 2004 12:32 AM To: POI Users List Subject: RE: New to POI Please help me .. Hi Tim Forbis, Thank you very much for replay to me and i'll try to download all the java files an

RE: New to POI Please help me ......

2004-07-08 Thread Tim Forbis
As far as I know, but I'm relatively new to Java so if anyone can correct me, feel free. Tim Forbis -Original Message- From: Srinivas Rao [mailto:[EMAIL PROTECTED] Sent: Thursday, July 08, 2004 12:32 AM To: POI Users List Subject: RE: New to POI Please help me .. Hi Tim F

RE: New to POI Please help me ......

2004-07-07 Thread Srinivas Rao
he binary reader for Microsoft Word files. Tim Forbis -Original Message- From: Srinivas Rao [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 07, 2004 1:35 AM To: POI Users List Subject: Re: New to POI Please help me .. Hi wolfgang, I can understand the POI Development.I really invo

RE: New to POI Please help me ......

2004-07-07 Thread Rainer Klute
Am Mi, 2004-07-07 um 16.27 schrieb Tim Forbis: > As far as I know, the difference between hpsf and hwpf is: hpsf is "Horrible > Property Set Format," this deals with the data that Microsoft Office puts in the > file that contains various things such as dates created, edited, printed, as well as

RE: New to POI Please help me ......

2004-07-07 Thread Tim Forbis
ormat" contains the binary reader for Microsoft Word files. Tim Forbis -Original Message- From: Srinivas Rao [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 07, 2004 1:35 AM To: POI Users List Subject: Re: New to POI Please help me .. Hi wolfgang, I can understand the POI

Re: New to POI Please help me ......

2004-07-06 Thread Sergiu Gordea
I think that you can find all classes in poi-2.5-final.jar, I don't think you need the other two packages. Am I write? Sergiu Srinivas Rao wrote: Hi wolfgang, I can understand the POI Development.I really involved to get source files b'case i download the jar files from textmining.org as tm-ext

Re: New to POI Please help me ......

2004-07-06 Thread Srinivas Rao
Hi wolfgang, I can understand the POI Development.I really involved to get source files b'case i download the jar files from textmining.org as tm-extractors-0.4.jar and some other jar files, that are poi-2.5-final-20040302.jar, poi-contrib-2.5-final-20040302.jar and poi-scratchpad-2.5-final-2004

Re: New to POI Please help me ......

2004-07-05 Thread wolfgang unger
Hi, I can send the jar to you, but if you really want to get involved you should get the source files and compile it your own. Read the sites about CSV(!!) and the other manual pages of poi, then you should be able to do it... What IDE are you using? Borland, Eclipse ..? What classes are you asked

Re: New to POI Please help me ......

2004-07-05 Thread Srinivas Rao
> http://mail.yahoo.com - Original Message - From: "Srinivas Rao" To: Sent: Thursday, July 01, 2004 7:46 AM Subject: New to POI Please help me .. > > Hi guys,I am new in POI application developement .Now i want to read from word file and write to word file data

Re: New to POI Please help me ......

2004-07-05 Thread Srinivas Rao
> http://mail.yahoo.com - Original Message - From: "Srinivas Rao" To: Sent: Thursday, July 01, 2004 7:46 AM Subject: New to POI Please help me .. > > Hi guys,I am new in POI application developement .Now i want to read from word file and write to word file data

Re: New to POI Please help me ......

2004-07-05 Thread Srinivas Rao
t; <[EMAIL PROTECTED]> wrote: Hi Srinivas, I'm also new to Poi(hwpf), but try this(from Quicktest.java hwpf package ): kind regards wolfgang p.s. you will need a complete(with hwpf)jar file, of course.. first, get the source and build it and include the jar in

Re: New to POI Please help me ......

2004-07-03 Thread wolfgang.unger
Hi Srinivas, I'm also new to Poi(hwpf), but try this(from Quicktest.java hwpf package ): kind regards wolfgang p.s. you will need a complete(with hwpf)jar file, of course.. first, get the source and build it and include the jar in your classpath or ide - i

Re: New to POI Please help me ......

2004-07-01 Thread Sergiu Gordea
ordingly. About using word in poi I shall try to send you a few quick guides & references as soon as possible. Regards parag -Original Message- From: Srinivas Rao [mailto:[EMAIL PROTECTED] Sent: Thursday, July 01, 2004 11:16 AM To: [EMAIL PROTECTED] Subject: New to POI Please help me .

RE: New to POI Please help me ......

2004-07-01 Thread Srinivas Rao
try to send you a few quick guides & references as soon as possible. Regards parag -Original Message- From: Srinivas Rao [mailto:[EMAIL PROTECTED] Sent: Thursday, July 01, 2004 11:16 AM To: [EMAIL PROTECTED] Subject: New to POI Please help me .. Hi guys,I am new in POI applica

RE: New to POI Please help me ......

2004-06-30 Thread Parag.Ray
nces as soon as possible. Regards parag -Original Message- From: Srinivas Rao [mailto:[EMAIL PROTECTED] Sent: Thursday, July 01, 2004 11:16 AM To: [EMAIL PROTECTED] Subject: New to POI Please help me .. Hi guys,I am new in POI application developement .Now i want to read from word

New to POI Please help me ......

2004-06-30 Thread Srinivas Rao
Hi guys,I am new in POI application developement .Now i want to read from word file and write to word file data.Is it Possible .If possible Please tell me the way of reading and writing and also please tell me the references site adderess.Please tell me if u know How to install POI and what are

New to POI Please help me ......

2004-06-30 Thread Srinivas Rao
Hi guys, I am new in POI application developement .Now i want to read from word file and write to word file data.Is it Possible .If possible Please tell me the way of reading and writing and also please tell me the references site adderess. Please tell me if u know How to install POI and what

New to POI Please help me ......

2004-06-30 Thread Srinivas Rao
Hi guys, I am new in POI application developement .Now i want to read from word file and write to word file data.Is it Possible .If possible Please tell me the way of reading and writing and also please tell me the references site adderess. Please tell me if u know How to install POI and what a

RE: New To POI

2004-06-03 Thread Srinivas Rao
ct properties Required librairies in JBuilder Laurent -Message d'origine- De : Srinivas Rao [mailto:[EMAIL PROTECTED] Envoyé : jeudi 3 juin 2004 09:06 À : [EMAIL PROTECTED] Objet : New To POI Hi Friends, I have New to POI and i don't now what packeges are used in this . How t

RE: New To POI

2004-06-03 Thread Marot Laurent
EMAIL PROTECTED] Objet : New To POI Hi Friends, I have New to POI and i don't now what packeges are used in this . How to import org.apache.poi.*; I am using JBuilder and Tomcat . So, Please help Urgent Thanks Srinivas - Do you Yahoo

New To POI

2004-06-03 Thread Srinivas Rao
Hi Friends, I have New to POI and i don't now what packeges are used in this . How to import org.apache.poi.*; I am using JBuilder and Tomcat . So, Please help Urgent Thanks Srinivas - Do you Yahoo!? Friends. Fun. Try the al

new to POI : question in generate Word

2004-03-17 Thread wan bo
Hi, I am new to POI. Currently have a project on using java application generate MS word document. And also this process needs to be invoked by a servlet, then send the content via servlet response outputStream. anyone has the example code of using POI generate MS Word ? Thanks a lot. Jane

Re: New to POI development

2004-01-16 Thread Kevin Crocker
At 05:06 PM 1/16/2004, you wrote: > is this entire poi codebase > intended to be called via Java code and I have to write my own > readers/writers etc etc. Bingo, sorry for the misunderstanding. Hopefully one day we will have viewers for all the different file formats. Right now we're more of a dev

Re: New to POI development

2004-01-16 Thread Ryan Ackley
> is this entire poi codebase > intended to be called via Java code and I have to write my own > readers/writers etc etc. Bingo, sorry for the misunderstanding. Hopefully one day we will have viewers for all the different file formats. Right now we're more of a developer library. -Ryan

Re: New to POI development

2004-01-16 Thread Kevin Crocker
At 04:04 PM 1/16/2004, you wrote: On Fri, 16 Jan 2004 11:06:31 -0500 Kevin Crocker <[EMAIL PROTECTED]> wrote: > anyway, I'm still a bit confused about POI even after reading the docs. the > first thing > I wanted to do was to just see what these files look like - so I figured > that I could > run

Re: New to POI development

2004-01-16 Thread Rainer Klute
On Fri, 16 Jan 2004 11:06:31 -0500 Kevin Crocker <[EMAIL PROTECTED]> wrote: > anyway, I'm still a bit confused about POI even after reading the docs. the > first thing > I wanted to do was to just see what these files look like - so I figured > that I could > run the poibrowser and point it at a

Re: New to POI development

2004-01-16 Thread Ryan Ackley
What specifically doesn't work about the POI browser? I need to know this if you want help. -Ryan - Original Message - From: "Kevin Crocker" <[EMAIL PROTECTED]> To: "POI Users List" <[EMAIL PROTECTED]> Sent: Friday, January 16, 2004 11:06 AM S

New to POI development

2004-01-16 Thread Kevin Crocker
Hi, I'm new to POI - in fact just found out about it yesterday. I've been programming Java for a bit now but would consider myself still learning (yeah, like that will ever be done). I do have a project that I'm working on - I need to be able to read PowerPoint files and then