https://bz.apache.org/bugzilla/show_bug.cgi?id=61286
Bug ID: 61286
Summary: can not deal with WriteProtectRecord element
Product: POI
Version: 3.16-FINAL
Hardware: PC
OS: Mac OS X 10.1
Status: NEW
Severity: critical
Priority: P2
Component: HSSF
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Created attachment 35124
--> https://bz.apache.org/bugzilla/attachment.cgi?id=35124&action=edit
the excel to be read
HSSF can not deal with WriteProtectRecord element which is created by MS Excel
97(in the attachment).
the constructor method `WriteProtectRecord(RecordInputStream in)` of class
`org.apache.poi.hssf.record.WriteProtectRecord` will not consume the right
amount of byte in `org.apache.poi.hssf.record.RecordInputStream#_dataInput`,
the amount to be consumed should be equals to
`org.apache.poi.hssf.record.RecordInputStream#_currentDataLength`
The exception stack is as follows:
org.apache.poi.hssf.record.RecordInputStream$LeftoverDataException:
Initialisation of record 0x86(WriteProtectRecord) left 2 bytes remaining still
to be read.
at
org.apache.poi.hssf.record.RecordInputStream.hasNextRecord(RecordInputStream.java:177)
at
org.apache.poi.hssf.record.RecordFactoryInputStream.nextRecord(RecordFactoryInputStream.java:234)
at
org.apache.poi.hssf.record.RecordFactory.createRecords(RecordFactory.java:494)
at
org.apache.poi.hssf.usermodel.HSSFWorkbook.<init>(HSSFWorkbook.java:348)
at
org.apache.poi.hssf.usermodel.HSSFWorkbook.<init>(HSSFWorkbook.java:405)
at
org.apache.poi.hssf.usermodel.HSSFWorkbook.<init>(HSSFWorkbook.java:386)
at poi.HSSFReadWrite.readFile(HSSFReadWrite.java:53)
at poi.HSSFReadWrite.common(HSSFReadWrite.java:170)
at poi.HSSFReadWrite.testRead1(HSSFReadWrite.java:293)
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]