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

--- Comment #1 from PJ Fanning <fannin...@yahoo.com> ---
wb.setForceFormulaRecalculation(true) makes Excel evaluate the formulas when it
opens the workbook.

To be clear, noone is working on improving POI formula evaluation.

I would recommend forgetting that POI has FormulaEvaluator support. Just use
`wb.setForceFormulaRecalculation(true)` and `cell.setCellFormula(...)`. Write
the results to an xslx file and open it in Excel. Excel will evaluate the
formulas.

You are welcome to submit patches to POI but it is unlikely that someone will
try to enhance POI for you.

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