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: dev@poi.apache.org Reporter: cowwoc2...@gmail.com 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: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org