https://issues.apache.org/bugzilla/show_bug.cgi?id=44762
Summary: XSSF FormulaEvaluator does not handle 3D refs or Name
tokens
Product: POI
Version: 3.0-dev
Platform: Macintosh
OS/Version: Mac OS X 10.3
Status: NEW
Severity: blocker
Priority: P4
Component: HSSF
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
In HSSF, the formula evaluator passes around a hsss.model.Workbook for 2
purposes:
- resolving cross-sheet references (Ref3dPtg and Area3dPtg)
- resolving named ranges and non-built-in functions (NamePtg and NameXPtg)
A common interface could be introduced to represent this functionality. In
HSSF, the concrete class hssf.model.Workbook could implement this interface.
In XSSF, perhaps an adapter wrapping XSSFWorkbook could be written. Maybe an
adapter in both places.
--
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]