Re: Compatibility issue reading excel file?

2005-08-30 Thread Philip Mailinglist
Hi Amol I tried the alpha, but alas, same result: java.lang.IllegalArgumentException: Start and end index not in range. at org.apache.poi.hssf.usermodel.HSSFRichTextString.applyFont(HSSFRichTextString.java:61) at org.apache.poi.hssf.record.TextObjectRecord.processFontRuns(TextObjectRecord

Re: Change of mailing address

2005-08-30 Thread Daniel Noll
Gaurav, Abhinav wrote: Hi! I want to change my mailing address. Can anybody suggest me the process? Unsubscribe and resubscribe? Daniel -- Daniel Noll NUIX Pty Ltd Level 8, 143 York Street, Sydney 2000 Phone: (02) 9283 9010 Fax: (02) 9283 9020 This message is intended only for the nam

RE: Compatibility issue reading excel file?

2005-08-30 Thread Amol Deshmukh
Philip, Can you try building the latest version from the source? As I understand, the RichTextString functionality has undergone some major changes in the latest source. Else you could try the 3.0alpha build in the path on a mirror site. The relative path on a mirror site is: /apache/jakarta/po

RE: Problem reading Excel File

2005-08-30 Thread Igor Androsov
I used 2.5 and also 3.0 Alpha versions and could read all rowswith data. Still I recieved some rows as NULLf rrom file you sent. Those rows in Excel show no visible data. Igor --- "Anand,Anuj" <[EMAIL PROTECTED]> wrote: > > I am using POI 1.8.x version however with 2.5 > version I can read all

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 i

RE: Problem reading Excel File

2005-08-30 Thread Igor Androsov
This is very strange because when I load it in my test program it read 54 rows but 2 last rows are invisible data Row 54 has 9 value in 1 cell and row 53 has nothing. But in any case my code can read this file as long as I check for NULL values for rows and cells it works fine. Alsoe you haev

Compatibility issue reading excel file?

2005-08-30 Thread Philip Mailinglist
Hi, I've been using poi for writing hssf with great success. Now I'm starting to read and modify spreadsheets and I get into trouble. On debian package POI version 1.1 it complains but works, but entire rows disappear from the dataset. Then I downloaded 2.51-FINAL from the web site but it refu

RE: Problem reading Excel File

2005-08-30 Thread Anand,Anuj
Actually PhysicalRowNumber returns less number of rows in the spreadsheet. Only 32 HSSFROW objects are created. I can't figure out why that is so? The total number of rows in the spreadsheet are 54. -Original Message- From: Igor Androsov [mailto:[EMAIL PROTECTED] Sent: Monday, August 29,

Re: hslf Exception

2005-08-30 Thread Nick Burch
On Tue, 30 Aug 2005, Derya Kasapoglu wrote: and the PowerPoint files are not corrupt, i try it with several files and i get now the Exception anytime: Can you attach it as a new bug in bugzilla then? Nick - To unsubscribe, e-

Change of mailing address

2005-08-30 Thread Gaurav, Abhinav
error in the Text body Hi Nick, thank you for the answer! Well i try it with these JARs: poi-3.0-alpha1-20050830.jar poi-contrib-3.0-alpha1-20050830.jar and poi-scratchpad-3.0-alpha1-20050830.jar and the PowerPoint files are not corrupt, i try it with several files and i get now the Exception

Re: hslf Exception

2005-08-30 Thread Derya Kasapoglu
Hi Nick, thank you for the answer! Well i try it with these JARs: poi-3.0-alpha1-20050830.jar poi-contrib-3.0-alpha1-20050830.jar and poi-scratchpad-3.0-alpha1-20050830.jar and the PowerPoint files are not corrupt, i try it with several files and i get now the Exception anytime: Exception in

Re: hslf Exception

2005-08-30 Thread Nick Burch
the hslf classes and can send me the jar file! http://encore.torchbox.com/poi-cvs-build/ has nightly builds. Try with poi-3.0-alpha1-20050830.jar and poi-contrib-3.0-alpha1-20050830.jar and poi-scratchpad-3.0-alpha1-20050830.jar Nick ---