https://bz.apache.org/bugzilla/show_bug.cgi?id=60959
Bug ID: 60959
Summary: Setting the cell to type numeric results in cell type
blank
Product: POI
Version: 3.16-dev
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: SS Common
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
The CELL_TYPE_NUMERIC doesn't produce the numeric cell type and rather creates
a cell with blank CellType.
Every other CellType :
CELL_TYPE_BLANK
CELL_TYPE_STRING
CELL_TYPE_FORMULA
CELL_TYPE_ERROR
CELL_TYPE_BOOLEAN
is working properly.
The Output of the code:
NUMERIC BLANK
NUMERIC BLANK
NUMERIC BLANK
STRING STRING
FORMULA FORMULA
STRING STRING
BLANK BLANK
NUMERIC BLANK
BOOLEAN BOOLEAN
--
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]