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

            Bug ID: 66014
           Summary: Stack overflow error while evaluating formula
           Product: POI
           Version: 5.2.2-FINAL
          Hardware: PC
            Status: NEW
          Severity: major
          Priority: P2
         Component: XSSF
          Assignee: [email protected]
          Reporter: [email protected]
  Target Milestone: ---

The code within XSSFCell::getCellFormula contains a call to
getSheet().getFirstCellInArrayFormula(this) if the cell is part of an array
formula group. However, if the first cell in an array formula group happens to
be the current cell, this causes an infinite loop. In my sheet, this happened
when the cell was in the range of an invalid 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