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

--- Comment #3 from PJ Fanning <[email protected]> ---
If you want Excel to calculate the formulas when you open the workbook, you
need to call.

workbook.setForceFormulaRecalculation(true);

POI has some basic support for calculating formula results but a lot of Excel
functions are not supported or only partially supported. I would strongly
recommend just using setForceFormulaRecalculation(true).

https://poi.apache.org/components/spreadsheet/eval.html

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

Reply via email to