public abstract class BaseXSSFFormulaEvaluator extends BaseFormulaEvaluator
_bookEvaluator
Modifier | Constructor and Description |
---|---|
protected |
BaseXSSFFormulaEvaluator(WorkbookEvaluator bookEvaluator) |
Modifier and Type | Method and Description |
---|---|
protected RichTextString |
createRichTextString(java.lang.String str) |
protected CellValue |
evaluateFormulaCellValue(Cell cell)
Returns a CellValue wrapper around the supplied ValueEval instance.
|
void |
notifyDeleteCell(Cell cell)
Should be called to tell the cell value cache that the specified cell has just become a
formula cell, or the formula text has changed
|
void |
notifySetFormula(Cell cell)
Should be called to tell the cell value cache that the specified (value or formula) cell
has changed.
|
void |
notifyUpdateCell(Cell cell)
Should be called to tell the cell value cache that the specified (value or formula) cell
has changed.
|
protected abstract EvaluationCell |
toEvaluationCell(Cell cell)
Turns a XSSFCell / SXSSFCell into a XSSFEvaluationCell
|
_getWorkbookEvaluator, clearAllCachedResultValues, evaluate, evaluateAllFormulaCells, evaluateAllFormulaCells, evaluateFormulaCell, evaluateFormulaCellEnum, evaluateInCell, setCellType, setCellValue, setDebugEvaluationOutputForNextEval, setIgnoreMissingWorkbooks, setupEnvironment, setupReferencedWorkbooks
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
evaluateAll
protected BaseXSSFFormulaEvaluator(WorkbookEvaluator bookEvaluator)
protected RichTextString createRichTextString(java.lang.String str)
createRichTextString
in class BaseFormulaEvaluator
public void notifySetFormula(Cell cell)
FormulaEvaluator
public void notifyDeleteCell(Cell cell)
FormulaEvaluator
public void notifyUpdateCell(Cell cell)
FormulaEvaluator
protected abstract EvaluationCell toEvaluationCell(Cell cell)
protected CellValue evaluateFormulaCellValue(Cell cell)
evaluateFormulaCellValue
in class BaseFormulaEvaluator
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.