https://bz.apache.org/bugzilla/show_bug.cgi?id=63057
[email protected] <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- OS| |All --- Comment #1 from [email protected] <[email protected]> --- My bad, this only applies to SXSSFCell. Also this in setCellValue(String): if(_value.getType()==CellType.FORMULA) if(_value instanceof NumericFormulaValue) { ((NumericFormulaValue) _value).setPreEvaluatedValue(Double.parseDouble(value)); } ... } never happens because it is preceded by resetting the internal value to a [Formula]StringValue, so I removed it. -- 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]
