RE: Problem reading Excel File

2005-08-30 Thread Igor Androsov
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

RE: Problem reading Excel File

2005-08-30 Thread Anand,Anuj
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

RE: Problem reading Excel File

2005-08-30 Thread Igor Androsov
t 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 Shee

RE: Problem reading Excel File

2005-08-30 Thread Anand,Anuj
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,

RE: Problem reading Excel File

2005-08-29 Thread Igor Androsov
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

RE: Problem reading Excel File

2005-08-29 Thread Anand,Anuj
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

RE: Problem reading Excel File

2005-08-29 Thread Anand,Anuj
switch(i) { // Internal Date Formats as described on page 427 in Microsoft case 0x0e: case 0x0f: case 0x10: case 0x11: case 0x12: case 0x13: case 0x14: case 0x15: case 0x16: case 0x2d: case 0x2e: case 0x2f: bDa

Problem reading Excel File

2005-08-29 Thread Anand,Anuj
Title: Problem reading Excel File Attached is the JAVA File which tries to read the following Excel File. <> <> The problem is that only the first 32 Rows are read by the Program although the Total Number of Rows are more than that number. Any idea why this

Re: Problem Reading Excel File

2003-03-14 Thread Andrew C. Oliver
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

Problem Reading Excel File

2003-03-13 Thread Harsh
Hi the Most Active and Responsive Group, I have noticed some limitation with POI , while Writing . I wanted to know , is there any fault with my code Or is it limitation of POI itself. I am using POI 1.1.9 Version with JDK 1.3 on Win'2000. Basically , My aim is 1. Read from