https://bz.apache.org/bugzilla/show_bug.cgi?id=69324
PJ Fanning <fannin...@yahoo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- OS| |All --- Comment #1 from PJ Fanning <fannin...@yahoo.com> --- POI is a volunteer project. No volunteer has a major interest in supporting every Excel function and all the permutations. Code contributions are welcome. Most users don't need POI to calculate the formulas. If you read an Excel file, the formula results are cached in the file and POI uses these. If you write an xlsx file using POI, you don't need to POI to calculate the values because Excel will when it reads the file. This might need this POI code. Workbook wb = ... wb.setForceFormulaRecalculation(true); -- 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