https://bz.apache.org/bugzilla/show_bug.cgi?id=66152
--- Comment #3 from Mark Stehr <[email protected]> --- (In reply to PJ Fanning from comment #1) > 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. @PJ Fanning Thank you for your support and the workaround. The workaround avoids the StackoverflowError and the file is evaluated without further problems. -- 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]
