https://bz.apache.org/bugzilla/show_bug.cgi?id=58032

            Bug ID: 58032
           Summary: Better handling of formula
           Product: POI
           Version: 3.10-FINAL
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XSSF
          Assignee: [email protected]
          Reporter: [email protected]

When calling evaluate on cell with wrong formula e.g. CONCATENATE("a";) (which
excel 2010 does not complain about) POI throws exception:

java.lang.IllegalArgumentException: Unexpected eval class
(org.apache.poi.ss.formula.eval.MissingArgEval)

This exception has no information about row/cell.

It would be nice if thrown exception contained information about position(row,
cell) of wrong formula.

-- 
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]

Reply via email to