https://bz.apache.org/bugzilla/show_bug.cgi?id=69324
PJ Fanning <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- OS| |All --- Comment #1 from PJ Fanning <[email protected]> --- 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: [email protected] For additional commands, e-mail: [email protected]
