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.
|
protected void |
setCellType(Cell cell,
CellType cellType)
Override if a different variation is needed, e.g.
|
protected abstract EvaluationCell |
toEvaluationCell(Cell cell)
Turns a XSSFCell / SXSSFCell into a XSSFEvaluationCell
|
_getWorkbookEvaluator, clearAllCachedResultValues, evaluate, evaluateAllFormulaCells, evaluateAllFormulaCells, evaluateFormulaCell, evaluateFormulaCellEnum, evaluateInCell, getEvaluationWorkbook, setCellType, setCellValue, setDebugEvaluationOutputForNextEval, setIgnoreMissingWorkbooks, setupEnvironment, setupReferencedWorkbooks
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
evaluateAll, notifyDeleteCell, notifySetFormula, notifyUpdateCell
protected BaseXSSFFormulaEvaluator(WorkbookEvaluator bookEvaluator)
protected RichTextString createRichTextString(java.lang.String str)
createRichTextString
in class BaseFormulaEvaluator
protected abstract EvaluationCell toEvaluationCell(Cell cell)
protected CellValue evaluateFormulaCellValue(Cell cell)
evaluateFormulaCellValue
in class BaseFormulaEvaluator
protected void setCellType(Cell cell, CellType cellType)
BaseFormulaEvaluator
setCellType
in class BaseFormulaEvaluator
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.