Uses of Interface
org.apache.poi.ss.formula.EvaluationCell
Packages that use EvaluationCell
Package
Description
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
This package contains common internal POI code for manipulating formulas.
-
Uses of EvaluationCell in org.apache.poi.hssf.usermodel
Methods in org.apache.poi.hssf.usermodel with parameters of type EvaluationCellModifier and TypeMethodDescriptionPtg[]
HSSFEvaluationWorkbook.getFormulaTokens
(EvaluationCell evalCell) -
Uses of EvaluationCell in org.apache.poi.ss.formula
Methods in org.apache.poi.ss.formula that return EvaluationCellMethods in org.apache.poi.ss.formula with parameters of type EvaluationCellModifier and TypeMethodDescriptionWorkbookEvaluator.evaluate
(EvaluationCell srcCell) Ptg[]
EvaluationWorkbook.getFormulaTokens
(EvaluationCell cell) void
WorkbookEvaluator.notifyDeleteCell
(EvaluationCell cell) Should be called to tell the cell value cache that the specified cell has just been deleted.void
WorkbookEvaluator.notifyUpdateCell
(EvaluationCell cell) Should be called to tell the cell value cache that the specified (value or formula) cell has changed. -
Uses of EvaluationCell in org.apache.poi.ss.formula.eval
Methods in org.apache.poi.ss.formula.eval with parameters of type EvaluationCellModifier and TypeMethodDescriptionstatic ValueEval
OperandResolver.getElementFromArray
(AreaEval ae, EvaluationCell cell) Retrieves a single value from an area evaluation utilizing the 2D indices of the cell within its own area reference to index the value in the area evaluation. -
Uses of EvaluationCell in org.apache.poi.xssf.streaming
Methods in org.apache.poi.xssf.streaming that return EvaluationCellModifier and TypeMethodDescriptionprotected EvaluationCell
SXSSFFormulaEvaluator.toEvaluationCell
(Cell cell) Turns a SXSSFCell into a SXSSFEvaluationCellMethods in org.apache.poi.xssf.streaming with parameters of type EvaluationCellModifier and TypeMethodDescriptionPtg[]
SXSSFEvaluationWorkbook.getFormulaTokens
(EvaluationCell evalCell) -
Uses of EvaluationCell in org.apache.poi.xssf.usermodel
Methods in org.apache.poi.xssf.usermodel that return EvaluationCellModifier and TypeMethodDescriptionprotected abstract EvaluationCell
BaseXSSFFormulaEvaluator.toEvaluationCell
(Cell cell) Turns a XSSFCell / SXSSFCell into a XSSFEvaluationCellprotected EvaluationCell
XSSFFormulaEvaluator.toEvaluationCell
(Cell cell) Turns a XSSFCell into a XSSFEvaluationCellMethods in org.apache.poi.xssf.usermodel with parameters of type EvaluationCellModifier and TypeMethodDescriptionPtg[]
XSSFEvaluationWorkbook.getFormulaTokens
(EvaluationCell evalCell)