Uses of Interface
org.apache.poi.ss.formula.EvaluationCell
-
Packages that use EvaluationCell Package Description io.keikai.model.impl.sys.formula Keikai Spreadsheet Internal Book Model Implementation classes.org.apache.poi.hssf.usermodel The usermodel package maps HSSF low level structures to familiar workbook/sheet modelorg.apache.poi.ss.formula This package contains common internal POI code for manipulating formulas.org.apache.poi.ss.formula.eval org.apache.poi.xssf.usermodel -
-
Uses of EvaluationCell in io.keikai.model.impl.sys.formula
Methods in io.keikai.model.impl.sys.formula that return EvaluationCell Modifier and Type Method Description EvaluationCell
EvalSheet. getCell(int rowIndex, int columnIndex)
Methods in io.keikai.model.impl.sys.formula that return types with arguments of type EvaluationCell Modifier and Type Method Description Iterator<EvaluationCell>
EvalSheet. nonEmptyCellsIterator(int columnIndex)
Iterator<EvaluationCell>
EvalSheet. nonEmptyCellsIterator(int rowStart, int rowEnd, int columnStart, int columnEnd)
Methods in io.keikai.model.impl.sys.formula with parameters of type EvaluationCell Modifier and Type Method Description Ptg[]
EvalBook. getFormulaTokens(EvaluationCell cell)
-
Uses of EvaluationCell in org.apache.poi.hssf.usermodel
Methods in org.apache.poi.hssf.usermodel with parameters of type EvaluationCell Modifier and Type Method Description Ptg[]
HSSFEvaluationWorkbook. getFormulaTokens(EvaluationCell evalCell)
-
Uses of EvaluationCell in org.apache.poi.ss.formula
Methods in org.apache.poi.ss.formula that return EvaluationCell Modifier and Type Method Description EvaluationCell
EvaluationSheet. getCell(int rowIndex, int columnIndex)
Methods in org.apache.poi.ss.formula that return types with arguments of type EvaluationCell Modifier and Type Method Description Iterator<EvaluationCell>
EvaluationSheet. nonEmptyCellsIterator(int columnIndex)
Iterator<EvaluationCell>
EvaluationSheet. nonEmptyCellsIterator(int rowStart, int rowEnd, int columnStart, int columnEnd)
Methods in org.apache.poi.ss.formula with parameters of type EvaluationCell Modifier and Type Method Description ValueEval
WorkbookEvaluator. evaluate(EvaluationCell srcCell)
ValueEval
WorkbookEvaluator. evaluate(EvaluationCell srcCell, Object ref)
ValueEval
WorkbookEvaluator. evaluate(EvaluationCell srcCell, Object ref, int[] offset)
Ptg[]
EvaluationWorkbook. getFormulaTokens(EvaluationCell cell)
void
WorkbookEvaluator. notifyClearIterationValue(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.void
WorkbookEvaluator.CacheManager. onUpdateCacheResult(EvaluationCell srcCell, ValueEval result)
-
Uses of EvaluationCell in org.apache.poi.ss.formula.eval
Methods in org.apache.poi.ss.formula.eval with parameters of type EvaluationCell Modifier and Type Method Description static 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.usermodel
Methods in org.apache.poi.xssf.usermodel with parameters of type EvaluationCell Modifier and Type Method Description static Ptg[]
XSSFEvaluationWorkbookInterceptor. getFormulaTokens(org.apache.poi.xssf.usermodel.XSSFEvaluationWorkbook workbook, EvaluationCell evalCell)
-