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

          Priority: P2
            Bug ID: 53476
          Assignee: [email protected]
           Summary: [Patch] Support Complex Name formulas
          Severity: normal
    Classification: Unclassified
                OS: All
          Reporter: [email protected]
          Hardware: All
            Status: NEW
           Version: unspecified
         Component: HSSF
           Product: POI

Created attachment 29003
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=29003&action=edit
zip file containing patch, modified class, and test case

The method evaluateNameFormula(Ptg[], OperationEvaluationContext)
in class WorkbookEvaluator contains the following section:

  if (ptgs.length > 1) {
    throw new RuntimeException("Complex name formulas not supported yet");
  }

A minor change improves the capabilities of this method. See the suggested
patch and test case.

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