https://bz.apache.org/bugzilla/show_bug.cgi?id=57952
Bug ID: 57952
Summary: HSSF org.apache.poi.hssf.record.RecordFormatException:
Unhandled Continue Record followining class
org.apache.poi.hssf.record.TabIdRecord
Product: POI
Version: 3.12-FINAL
Hardware: PC
Status: NEW
Severity: normal
Priority: P2
Component: HSSF
Assignee: [email protected]
Reporter: [email protected]
Created attachment 32758
--> https://bz.apache.org/bugzilla/attachment.cgi?id=32758&action=edit
no describe
when I use WorkbookFactory.create(excelFile) method create WorkBook then throw
this exception,but the file in office can open no error.
when I open this file , not any change , then save as another file .then
WorkbookFactory.create(excelFile) create WorkBook success.
org.apache.poi.hssf.record.RecordFormatException: Unhandled Continue Record
followining class org.apache.poi.hssf.record.TabIdRecord
at
org.apache.poi.hssf.record.RecordFactoryInputStream.readNextRecord(RecordFactoryInputStream.java:382)
at
org.apache.poi.hssf.record.RecordFactoryInputStream.nextRecord(RecordFactoryInputStream.java:276)
at
org.apache.poi.hssf.record.RecordFactory.createRecords(RecordFactory.java:480)
at org.apache.poi.hssf.usermodel.HSSFWorkbook.<init>(HSSFWorkbook.java:326)
at
org.apache.poi.ss.usermodel.WorkbookFactory.create(WorkbookFactory.java:115)
at
org.apache.poi.ss.usermodel.WorkbookFactory.create(WorkbookFactory.java:206)
at
org.apache.poi.ss.usermodel.WorkbookFactory.create(WorkbookFactory.java:188)
--
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]