Bug 39929 - Can not create workbook object. Example code: HSSFWorkbook workbook = new HSSFWorkbook(new FileInputStream("example.xls"));
Summary: Can not create workbook object. Example code: HSSFWorkbook workbook = new HSS...
Status: RESOLVED WORKSFORME
Alias: None
Product: POI
Classification: Unclassified
Component: HSSF (show other bugs)
Version: unspecified
Hardware: PC Windows XP
: P1 normal with 9 votes (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-29 04:01 UTC by longjiang
Modified: 2016-02-14 18:16 UTC (History)
1 user (show)



Attachments
org.apache.poi.hssf.record.RecordFormatException: Unable to construct record instance, the following exception occured: null (30.50 KB, application/vnd.ms-excel)
2006-06-29 04:03 UTC, longjiang
Details
Simplest possible testcase showing the RecordFormatExceptionException (26.00 KB, application/vnd.ms-excel)
2006-11-29 05:32 UTC, Bj
Details

Note You need to log in before you can comment on or make changes to this bug.
Description longjiang 2006-06-29 04:01:38 UTC
 
Comment 1 longjiang 2006-06-29 04:03:48 UTC
Created attachment 18546 [details]
org.apache.poi.hssf.record.RecordFormatException: Unable to construct record instance, the following exception occured: null
Comment 2 Bj 2006-11-29 05:32:17 UTC
Created attachment 19199 [details]
Simplest possible testcase showing the RecordFormatExceptionException

It seems the exception stems from referencing a cell value from a floating
TextBox.
Comment 3 Yegor Kozlov 2007-04-19 10:46:31 UTC
We still have this bug in 3.0 RC2.
Something is wrong when reading TextObjectRecord.

Regards,
Yegor
Comment 4 Joern Muehlencord 2009-06-30 06:35:12 UTC
Works for me with POI 3.2
Comment 5 Joern Muehlencord 2009-07-16 09:09:04 UTC
Works for me with POI 3.2