https://issues.apache.org/bugzilla/show_bug.cgi?id=55185
--- Comment #2 from [email protected] --- (In reply to Nick Burch from comment #1) > After changing a formula, you must trigger a recalculation to ensure the > cached value is correctly stored/set in the file > > See http://poi.apache.org/spreadsheet/eval.html for instructions on how to > do this Great!! It works with HSSFFormulaEvaluator.evaluateAllFormulaCells(myWorkBook). I upgrade from POI 3.0 to POI 3.9 and I didn't need to call this code. So I didn't know about "Formula Evaluation". Thanks a lot ! Stephane -- 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]
