https://bz.apache.org/bugzilla/show_bug.cgi?id=66047
--- Comment #5 from PJ Fanning <[email protected]> --- I'm currently travelling so can't devote much time at the moment for this. I would prefer not to revert the previous change. In practice, getting POI code in Java to act like Excel does is 100% of cases is a real pain and we should drive any solutions by using test cases based on observed behaviour in Excel. Your best solution is to set wb.setForceFormulaRecalculation(true); - so that Excel will recalc all the values when it loads the workbook. -- 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]
