Package org.apache.poi.xssf.usermodel
Class BaseXSSFFormulaEvaluator
- java.lang.Object
-
- org.apache.poi.ss.formula.BaseFormulaEvaluator
-
- org.apache.poi.xssf.usermodel.BaseXSSFFormulaEvaluator
-
- All Implemented Interfaces:
WorkbookEvaluatorProvider
,FormulaEvaluator
- Direct Known Subclasses:
SXSSFFormulaEvaluator
,XSSFFormulaEvaluator
public abstract class BaseXSSFFormulaEvaluator extends BaseFormulaEvaluator
Internal POI use only - parent of XSSF and SXSSF formula evaluators
-
-
Method Summary
-
Methods inherited from class org.apache.poi.ss.formula.BaseFormulaEvaluator
_getWorkbookEvaluator, clearAllCachedResultValues, evaluate, evaluateAllFormulaCells, evaluateFormulaCell, evaluateFormulaCellEnum, evaluateInCell, setDebugEvaluationOutputForNextEval, setIgnoreMissingWorkbooks, setupEnvironment, setupReferencedWorkbooks
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.poi.ss.usermodel.FormulaEvaluator
evaluateAll, notifyDeleteCell, notifySetFormula, notifyUpdateCell
-
-