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

           Summary: XSSFFormulaEvaluator.evaluateInCell() with "shared"
                    formula's
           Product: POI
           Version: 3.6-dev
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XSSF
        AssignedTo: [email protected]
        ReportedBy: [email protected]


If you have a shared formula, and you run evaluateInCell() on the original
formula, the referenced formula's will fail because the original formula can no
longer be found, XSSFCell throws a nullpointer exception on
"convertSharedFormula()" because "sfCell.getCTCell().getF()" is null.

I'm not entirely sure if this is a bug or a feature.

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