https://bz.apache.org/bugzilla/show_bug.cgi?id=63463

--- Comment #9 from Adil Rashid <adil_ras...@visionetsystems.com> ---
Thanks a lot...patch worked
We are facing another issue after upgrade. Previously formulas were getting
evaluated automatically but now we have add following line of code after each
setCellFormula

cellTotal.setCellFormula(collectionTotal); // existing line
evaluator.evaluateFormulaCell(cellTotal); // we got to add line to evaluate the
formula


Where evaulator is instance of FormulaEvaluator.

We do not want to add above lines of code because it will make us to change
code any many places.

Please advise.

Thanks

-- 
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

Reply via email to