https://issues.apache.org/bugzilla/show_bug.cgi?id=50113

           Summary: Removing cell from Calculation Chain after clearing
                    cell
           Product: POI
           Version: 3.7-dev
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: minor
          Priority: P2
         Component: XSSF
        AssignedTo: [email protected]
        ReportedBy: [email protected]


We have to remove cell from Calculation Chain after setting cell type equals
CELL_TYPE_BLANK in case this XSSFCell has formula.

Resolution:
Add
            wb.onDeleteFormula(this);
to org.apache.poi.xssf.usermodel.XSSFCell.setBlank() method.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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