https://bz.apache.org/bugzilla/show_bug.cgi?id=63339
Bug ID: 63339
Summary: Setting cached formula result corrupts workbook
Product: POI
Version: unspecified
Hardware: PC
Status: NEW
Severity: regression
Priority: P2
Component: XSSF
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Version 4.1.0
Bug #46885 is back. If one invokes setCellValue(String) on a cell of type
FORMULA, the new value will be ignored. One can workaround this issue by
explicitly changing the cell type prior to changing its value.
XSSFCell.setCellValueImpl() invokes _cell.setT(STCellType.STR) but
_cell.isSetF() remains true.
Expected behavior: _cell.isSetF() should return false after changing the cell
value from a FORMULA to 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]