https://issues.apache.org/bugzilla/show_bug.cgi?id=56644
Bug ID: 56644
Summary: NullPointerException in XSSFCell Constructor
Product: POI
Version: 3.10
Hardware: PC
Status: NEW
Severity: normal
Priority: P2
Component: XSSF
Assignee: [email protected]
Reporter: [email protected]
Created attachment 31730
--> https://issues.apache.org/bugzilla/attachment.cgi?id=31730&action=edit
XLSX Example
Under some circumstances, the XSSFCell constructor XSSFCell(XSSFRow row, CTCell
cell) throws a null pointer exception at line 110 (release
poi-src-3.10-FINAL-20140208)
_cellNum = row.getCell(prevNum-1).getColumnIndex() + 1;
See the attached java and xls files
--
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]