Summary: | NullPointerException in XSSFCell Constructor | ||
---|---|---|---|
Product: | POI | Reporter: | Simon <buehlmann> |
Component: | XSSF | Assignee: | POI Developers List <dev> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | buehlmann |
Priority: | P2 | ||
Version: | 3.10-FINAL | ||
Target Milestone: | --- | ||
Hardware: | PC | ||
OS: | All | ||
Attachments: |
XLSX Example
Create Cell example |
Created attachment 31731 [details]
Create Cell example
|
Created attachment 31730 [details] 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