public abstract class BaseXSSFFormulaEvaluator extends BaseFormulaEvaluator
_bookEvaluator
Modifier | Constructor and Description |
---|---|
protected |
BaseXSSFFormulaEvaluator(WorkbookEvaluator bookEvaluator) |
Modifier and Type | Method and Description |
---|---|
protected RichTextString |
createRichTextString(String str) |
protected CellValue |
evaluateFormulaCellValue(Cell cell)
Returns a CellValue wrapper around the supplied ValueEval instance.
|
protected void |
setCellType(Cell cell,
CellType cellType) |
protected abstract EvaluationCell |
toEvaluationCell(Cell cell)
Turns a XSSFCell / SXSSFCell into a XSSFEvaluationCell
|
_getWorkbookEvaluator, clearAllCachedResultValues, evaluate, evaluateAllFormulaCells, evaluateAllFormulaCells, evaluateFormulaCell, 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(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)
setCellType
in class BaseFormulaEvaluator