https://issues.apache.org/bugzilla/show_bug.cgi?id=56132
Bug ID: 56132
Summary: [PATCH] support ignore missing workbook references in
XSSF
Product: POI
Version: 3.9
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: XSSF
Assignee: [email protected]
Reporter: [email protected]
Created attachment 31306
--> https://issues.apache.org/bugzilla/attachment.cgi?id=31306&action=edit
add support to ignore missing workbooks on formula evaluation
Currently formula evaluation with external references throw a RuntimeException
(not implemented yet XSSFEvaluationWorkbook:128) but I'd like POI to use the
cached value in this case. HSSFFormulaEvaluator already provides
setIgnoreMissingWorkbooks(boolean ignore). The attached patch adds this
functionality to the XSSFFormulaEvaluator.
--
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]