https://issues.apache.org/bugzilla/show_bug.cgi?id=49783
--- Comment #2 from alex <[email protected]> 2010-08-20 01:43:34 EDT --- Created an attachment (id=25918) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25918) Example file and code Running this throws the following exception: Exception in thread "main" java.lang.IllegalArgumentException: Unknown error type: 23 at org.apache.poi.ss.usermodel.FormulaError.forInt(FormulaError.java:131) at org.apache.poi.xssf.usermodel.XSSFCell.setCellErrorValue(XSSFCell.java:611) at org.apache.poi.xssf.usermodel.XSSFFormulaEvaluator.setCellValue(XSSFFormulaEvaluator.java:203) at org.apache.poi.xssf.usermodel.XSSFFormulaEvaluator.evaluateInCell(XSSFFormulaEvaluator.java:175) at org.apache.poi.xssf.usermodel.XSSFFormulaEvaluator.evaluateInCell(XSSFFormulaEvaluator.java:46) at Example.main(Example.java:20) -- 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]
