https://issues.apache.org/bugzilla/show_bug.cgi?id=53954
Andreas Goetz <cpui...@gmx.de> changed: What |Removed |Added ---------------------------------------------------------------------------- OS| |All --- Comment #1 from Andreas Goetz <cpui...@gmx.de> --- I'm sorry- the stack trace was unnecessarily complicated: Exception in thread "main" java.lang.NumberFormatException: For input string: "$H" at java.lang.NumberFormatException.forInputString(Unknown Source) at java.lang.Integer.parseInt(Unknown Source) at java.lang.Integer.parseInt(Unknown Source) at org.apache.poi.ss.formula.OperationEvaluationContext.parseColRef(OperationEvaluationContext.java:229) at org.apache.poi.ss.formula.OperationEvaluationContext.getDynamicReference(OperationEvaluationContext.java:200) at org.apache.poi.ss.formula.functions.Indirect.evaluateIndirect(Indirect.java:124) at org.apache.poi.ss.formula.functions.Indirect.evaluate(Indirect.java:76) at org.apache.poi.ss.formula.OperationEvaluatorFactory.evaluate(OperationEvaluatorFactory.java:127) at org.apache.poi.ss.formula.WorkbookEvaluator.evaluateFormula(WorkbookEvaluator.java:491) at org.apache.poi.ss.formula.WorkbookEvaluator.evaluateAny(WorkbookEvaluator.java:287) at org.apache.poi.ss.formula.WorkbookEvaluator.evaluate(WorkbookEvaluator.java:229) at org.apache.poi.xssf.usermodel.XSSFFormulaEvaluator.evaluateFormulaCellValue(XSSFFormulaEvaluator.java:264) at org.apache.poi.xssf.usermodel.XSSFFormulaEvaluator.evaluateFormulaCell(XSSFFormulaEvaluator.java:151) at POITest.main(POITest.java:40) -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org