https://issues.apache.org/bugzilla/show_bug.cgi?id=53101
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- OS/Version| |All --- Comment #1 from [email protected] 2012-04-18 16:10:29 UTC --- There's a typo here: evaluator.evaluate(workbook.getSheetAt(0).getRow(0.getCell(0)).getNumberValue(); It should be: evaluator.evaluate(workbook.getSheetAt(0).getRow(0).getCell(0)).getNumberValue(); apologies... -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- 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]
