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

            Bug ID: 56752
           Summary: XSSFEvaluationWorkbook.getExternalName should take
                    advantage of the ExternalLinkTable cache potentials
           Product: POI
           Version: 3.11-dev
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XSSF
          Assignee: [email protected]
          Reporter: [email protected]

One improvement with the .xlsx file format is that for named ranges from
external files, the details of what they point to get cached in the referring
file in the external link table for that referenced workbook

Currently, XSSFEvaluationWorkbook.getExternalName behaves rather like HSSF
does, and doesn't take advantage of this

We should extend XSSFEvaluationWorkbook.getExternalName to return a modified /
updated kind of ExternalName which does have a link to this cache, and have the
formula evaluation code use it if the linked workbook isn't available at
evaluation time

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