Re: There has got to be a way

2007-05-10 Thread Nick Burch
On Tue, 1 May 2007, Levi Strope wrote: All I need to do is read in a row of data, just like the spreadsheet that is attached, and parse the information reliably. There are many blank cells here, but I need to account for them. I've got some code that might help here. Instead of registering

RE: There has got to be a way

2007-05-10 Thread Levi Strope
That would be of GREAT use. BTW: what do you think the ETA is for that? -Original Message- From: Nick Burch [mailto:[EMAIL PROTECTED] Sent: Thursday, May 10, 2007 6:05 AM To: POI Users List Subject: Re: There has got to be a way On Tue, 1 May 2007, Levi Strope wrote: All I need

RE: There has got to be a way

2007-05-10 Thread Nick Burch
On Thu, 10 May 2007, Levi Strope wrote: That would be of GREAT use. I'll send you an off-list mail with the files. Note that it has only been tested on a fairly simple file, so there might be issues on fancier ones. BTW: what do you think the ETA is for that? For 3.0 Final? We're having

RE: There has got to be a way

2007-05-02 Thread David Henry
From: Levi Strope [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 01, 2007 10:11 PM To: POI Users List Subject: There has got to be a way Please look at the attached excel spreadsheet. I would really appreciate some input. All I need to do is read in a row

RE: There has got to be a way

2007-05-02 Thread Levi Strope
it should be more than one. -Levi -Original Message- From: David Henry [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 02, 2007 10:18 AM To: POI Users List Subject: RE: There has got to be a way Levi, I haven't dug through all your code and spreadsheet, but have you considered what

Re: There has got to be a way

2007-05-02 Thread Andrew C. Oliver
record when it should be more than one. -Levi -Original Message- From: David Henry [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 02, 2007 10:18 AM To: POI Users List Subject: RE: There has got to be a way Levi, I haven't dug through all your code and spreadsheet, but have you

RE: There has got to be a way

2007-05-02 Thread Donahue, Michael
: Wednesday, May 02, 2007 9:47 AM To: POI Users List Subject: RE: There has got to be a way Forgive me for not clarifying earlier, this is using HSSF. To answer your question Dave, Yes - I have taken that into consideration. I'm not saying my code is correct in looking for the blank cells

There has got to be a way

2007-05-01 Thread Levi Strope
Please look at the attached excel spreadsheet. I would really appreciate some input. All I need to do is read in a row of data, just like the spreadsheet that is attached, and parse the information reliably. There are many blank cells here, but I need to account for them. My business