https://bz.apache.org/bugzilla/show_bug.cgi?id=58032
--- Comment #2 from [email protected] --- Sure but first time I was using API I used https://poi.apache.org/apidocs/org/apache/poi/ss/usermodel/FormulaEvaluator.html#evaluateAll%28%29 where exception occured. From this exception I had no idea what was wrong, I had to debug POI classes to know what is wrong. If the text of exception was like "Wrong formula in cell BJ58" instead of "Unexpected eval class" it would save me a lot of time. So method evaluateFormulaCell can be used if I want to know positions but I have to iterate sheets, cell, rows -> more code but still it throws "Unexpected eval class". -- 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]
