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

            Bug ID: 60979
           Summary: FormulaParser does not parse named ranges in
                    parentheses
           Product: POI
           Version: 3.15-FINAL
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: SS Common
          Assignee: [email protected]
          Reporter: [email protected]
  Target Milestone: ---

When attempting to parse valid Excel formula SUM(fenia:(fenia2)) with
apache.poi.ss.formula.FormulaParser.parse it throws exception:

org.apache.poi.ss.formula.FormulaParseException: Parse error near char 10 '('
in specified formula 'SUM(fenia:(fenia2))'. Expected number, string, defined
name, or data table

fenia and fenia2 in the formula are defined named ranges.

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