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) |
void |
notifySetFormula(Cell cell) |
void |
notifyUpdateCell(Cell cell) |
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, setupReferencedWorkbooksclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitevaluateAllprotected BaseXSSFFormulaEvaluator(WorkbookEvaluator bookEvaluator)
protected RichTextString createRichTextString(java.lang.String str)
createRichTextString in class BaseFormulaEvaluatorpublic void notifySetFormula(Cell cell)
public void notifyDeleteCell(Cell cell)
public void notifyUpdateCell(Cell cell)
protected abstract EvaluationCell toEvaluationCell(Cell cell)
protected CellValue evaluateFormulaCellValue(Cell cell)
evaluateFormulaCellValue in class BaseFormulaEvaluator