https://bz.apache.org/bugzilla/show_bug.cgi?id=61928
Bug ID: 61928
Summary: Incorrext XLSB extraction
Product: POI
Version: 3.17-FINAL
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: XSSF
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Supposed I have a Sample.xlsb file that contains the ff data:
--
colA colB colC colD
row1 value0 value1 value3
--
When extracted using XSSFBEventBasedExcelExtractor via getText(), output is:
--
colA colB colC colD
row1 value0 value1 value3
--
--
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]