https://bz.apache.org/bugzilla/show_bug.cgi?id=57775
Bug ID: 57775
Summary: XSSFSheetXMLHandler does not generate event for empty
cells
Product: POI
Version: 3.11-FINAL
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: XSSF
Assignee: [email protected]
Reporter: [email protected]
I'm parsing big XLSX file using XSSFSheetXMLHandler and its
SheetContentsHandler interface. The crucial thing though is to track column
number to which reported cell belongs. Unfortunately if cell is empty there is
no event generated and hence column number cannot be tracked. Please raise
cell() event with formattedValue = null / "" or provide option to do so.
Codewise to report cell() event it is required to have some additional value
tag between <c></c> while in case of empty cells there is none.
--
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]