https://bz.apache.org/bugzilla/show_bug.cgi?id=67784
Bug ID: 67784
Summary: Regression in 5.2.4 -- cell type was boolean, now
formula
Product: POI
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: XSSF
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Created attachment 39153
--> https://bz.apache.org/bugzilla/attachment.cgi?id=39153&action=edit
file showing problem
In 5.2.3, we used to get "ERROR: #VALUE!" instead of "#VALUE!" and we used to
get "TRUE" or "FALSE" instead of "1" or "0".
I haven't yet tracked down the cause, but in the debugger, I can see that in
XSSFSheetXMLHandler#outputCell the value of this.nextDataType is ERROR for the
first and BOOLEAN for the second in 5.2.3. However, the type is FORMULA in
5.2.4 for both, thus bypassing the correct handling for the extracted string.
--
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]