DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=29982>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=29982
Unable to read spreadsheet when dropdown list cell is selected - Unable to construct record
instance
Summary: Unable to read spreadsheet when dropdown list cell is
selected - Unable to construct record instance
Product: POI
Version: 2.5
Platform: PC
OS/Version: Windows NT/2K
Status: NEW
Severity: Major
Priority: Other
Component: HSSF
AssignedTo: poi-dev@jakarta.apache.org
ReportedBy: michael.richards@paetec.com
This problem occurs on a spreadsheet that has cells that have data validation
from a drop down list. The error occurs when one of the drop down list cells
is selected on the spreadsheet. If any other cell is selected, the spreadsheet
can be processed without a problem.
I would attach the spreadsheet that causes the error, but I don't see that
option provided in Bugzilla. I can mail the spreadsheet to the owner of this
bug upon request.
Here is the error that occurs:
org.apache.poi.hssf.record.RecordFormatException: Unable to construct record
instance, the following exception occured: null
at org.apache.poi.hssf.record.RecordFactory.createRecord
(RecordFactory.java:237)
at org.apache.poi.hssf.record.RecordFactory.createRecords
(RecordFactory.java:160)
at org.apache.poi.hssf.usermodel.HSSFWorkbook.<init>
(HSSFWorkbook.java:165)
at org.apache.poi.hssf.usermodel.HSSFWorkbook.<init>
(HSSFWorkbook.java:132)
---------------------------------------------------------------------
To unsubscribe, e-mail: poi-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: poi-dev-help@jakarta.apache.org
|