https://issues.apache.org/bugzilla/show_bug.cgi?id=55005
Bug ID: 55005
Summary: Custom formula not getting read properly
Product: POI
Version: 3.9
Hardware: PC
Status: NEW
Severity: normal
Priority: P2
Component: XSSF
Assignee: [email protected]
Reporter: [email protected]
Classification: Unclassified
I have an excell sheet with only one cell. Value in the cell is 576
Now right click it, format cells and chose custom. Here I applied this formula:
_(* #,##0.00_);_(* (#,##0.00);_(* "-"??_);_(@_)
Now I use POI library to read this cell.
DataFormatter formatter = new DataFormatter();
content = formatter.formatCellValue(hssfCell);
where hssfCell is Cell object
But it is getting read as :
* 576
Even if I use formulaevaluator I get the same response
So an extra * is coming in the read value
--
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]