https://bz.apache.org/bugzilla/show_bug.cgi?id=66152
PJ Fanning <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- OS| |All --- Comment #1 from PJ Fanning <[email protected]> --- One workaround is use 'formulaEvaluator.evaluateAll()' - this will work out the cell values 1 by 1. And each cell value is cached - so when you calculate the last one, you don't need to calculate all the preceding ones. Also, you don't really need to use the formula evaluator when you read a workbook. The last values calculated by Excel are stored in the xlsx file. You only need to use the formulaEvaluator if you have to re-evaluate after changing some values in POI code. -- 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]
