t; version I can read all the
> rows.
>
> -Original Message-
> From: Igor Androsov [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, August 30, 2005 9:51 AM
> To: POI Users List
> Subject: RE: Problem reading Excel File
>
>
> This is very strange because when I lo
I am using POI 1.8.x version however with 2.5 version I can read all the
rows.
-Original Message-
From: Igor Androsov [mailto:[EMAIL PROTECTED]
Sent: Tuesday, August 30, 2005 9:51 AM
To: POI Users List
Subject: RE: Problem reading Excel File
This is very strange because when I load it
> > is processed in
> > normal fashion and gives me more than 31 rows.
> >
> > I will try to incorporate that jar file and check
> > .We are using POI
> > version 1.8.x
> >
> >
> >
> > -Original Message-
> > From: Page, Micha
st 29, 2005 10:22 PM
To: POI Users List
Subject: RE: Problem reading Excel File
I took a look at your Excel file adn run through my
test POI program I think your problem is You may have
formula that did not produce a value but as result of
it your Sheet has 1-2 extra ending rows reserved.
HOwever,
riginal Message-
> From: Page, Michael A.
> [mailto:[EMAIL PROTECTED]
> Sent: Monday, August 29, 2005 4:58 PM
> To: POI Users List
> Subject: RE: Problem reading Excel File
>
>
>
> I didn't actually look at your code. I'm hoping
Message-
From: Page, Michael A. [mailto:[EMAIL PROTECTED]
Sent: Monday, August 29, 2005 4:58 PM
To: POI Users List
Subject: RE: Problem reading Excel File
I didn't actually look at your code. I'm hoping what I send you
will help
you
Sorry for sending out the message repeatedlyAttached is the inline
code
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.util.Calendar;
import java.util.Date;
import org.apache.poi.hssf.dev.HSSF;
import org.a
Can anybody help me in this.
Start by using org.apache.poi.hssf.dev.BiffViewer on the file prior to
being run under HSSF and again after. Redirect the output from both to
files. Diff the files (I use the unix diff, on windows I use cygwin's
version of the unix diff).
It helps to have the