Re: AW: does poi 2.5 support lists

2004-04-28 Thread Danny Mui
You really should enter this to bugzilla, it is way easier to lose track of this stuff in the mailing list. [EMAIL PROTECTED] wrote: hi Karl-Heinz, Thanks for the prompt reply.Iam trying to read a simple excel file that contians a list.Iam using POI to read the excel file.I get exception.I wn

Re: AW: AW: AW: AW: does poi 2.5 support lists

2004-04-26 Thread KamalaPothukuchi
karl ok.ya will try using 2.0 n see.thanks for the help kamala

AW: AW: AW: AW: does poi 2.5 support lists

2004-04-26 Thread Karl-Heinz Zengerle
. April 2004 18:15 An: POI Users List Betreff: Re: AW: AW: AW: does poi 2.5 support lists karl, I set up the active cell to (0,0) or as harry mentioned-to any text cell and tried.it still did nto work for me.what do you mean by application structure? My actual excel file that i have to work on

AW: AW: AW: AW: does poi 2.5 support lists

2004-04-26 Thread Karl-Heinz Zengerle
have problems with tiny files it’s unlikely to be a similar effect. Regards, Karl-Heinz. -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Gesendet: Montag, 26. April 2004 18:15 An: POI Users List Betreff: Re: AW: AW: AW: does poi 2.5 support lists

RE:Re: AW: does poi 2.5 support lists

2004-04-26 Thread rphadnis
PROTECTED] To: [EMAIL PROTECTED] Subject:Re: AW: does poi 2.5 support lists Date: 04/26/2004 08:07:34 AM hi Karl-Heinz, Thanks for the prompt reply.Iam trying to read a simple excel file that contians a list.Iam using POI to read the excel file.I get exception.I wnat to read the fiel and add then

Re: AW: AW: AW: does poi 2.5 support lists

2004-04-26 Thread KamalaPothukuchi
karl,   I set up the active cell to (0,0) or as harry mentioned-to any text cell and tried.it still did nto work for me.what do you mean by application structure? My actual excel file that i have to work on has got 16 sheets and the sheet which has the lsits is the6th sheet. what could be the solu

AW: AW: AW: does poi 2.5 support lists

2004-04-26 Thread Karl-Heinz Zengerle
ation. So your file making problems (from the pure POI view) was correct in my environment. Regards,Karl-Heinz. -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Gesendet: Montag, 26. April 2004 17:52 An: POI Users List Betreff: RE: AW: AW: does poi 2.5 su

RE: AW: AW: does poi 2.5 support lists

2004-04-26 Thread KamalaPothukuchi
Harry I dont think thats the problem.I tried doign what u said.It still doesnt work for me.Even when the selected cell si some normal text cell,it throws the same exception. kamala

RE: AW: AW: does poi 2.5 support lists

2004-04-26 Thread Harry Dhillon
EMAIL PROTECTED] Sent: Monday, April 26, 2004 11:40 AM To: POI Users List Subject: Re: AW: AW: does poi 2.5 support lists Hi Karl, Even i dont have to process the lsits for now.I jsut have to read the file and add some data to the file-do not process the lists using POI. In the code

Re: AW: AW: does poi 2.5 support lists

2004-04-26 Thread KamalaPothukuchi
Hi Karl, Even i dont have to process the lsits for now.I jsut have to read the file and add some data to the file-do not process the lists using POI. In the code ,the POIFSFileSystem fs =new POIFSFileSystem(new FileInputStream("c:/excels/xyz.xls")); line gets executed with out errors. I get

AW: AW: does poi 2.5 support lists

2004-04-26 Thread Karl-Heinz Zengerle
Betreff: Re: AW: does poi 2.5 support lists hi Karl-Heinz, Thanks for the prompt reply.Iam trying to read a simple excel file that contians a list.Iam using POI to read the excel file.I get exception.I wnat to read the fiel and add then write to that file.I need this functionality in my

Re: AW: does poi 2.5 support lists

2004-04-26 Thread KamalaPothukuchi
hi Karl-Heinz, Thanks for the prompt reply.Iam trying to read a simple excel file that contians a list.Iam using POI to read the excel file.I get exception.I wnat to read the fiel and add then write to that file.I need this functionality in my project.I tried doing it to a sample excel file.You s

AW: does poi 2.5 support lists

2004-04-26 Thread Karl-Heinz Zengerle
Hi Kamala. I think our files use lists but we don't explicitly process them in POI. We've no problems and we use the newest POI version. Regards,Karl-Heinz. -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Gesendet: Montag, 26. April 2004 16:55 An: [EM