https://bz.apache.org/bugzilla/show_bug.cgi?id=66181
--- Comment #1 from PJ Fanning <[email protected]> --- I added a test case - r1903170 It looks like a bug alright. One workaround is to use: Cell a1 = row.getCell(0); assertEquals(CellType.FORMULA, a1.getCellType()); assertEquals(CellType.ERROR, a1.getCachedFormulaResultType()); These 2 assertions return the correct results. The issue is with evaluator.evaluate(...). -- 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]
