Uses of Interface
org.apache.poi.ss.formula.eval.AreaEval
-
Packages that use AreaEval Package Description org.apache.poi.ss.formula This package contains common internal POI code for manipulating formulas.org.apache.poi.ss.formula.eval -
-
Uses of AreaEval in org.apache.poi.ss.formula
Classes in org.apache.poi.ss.formula that implement AreaEval Modifier and Type Class Description classCacheAreaEvalMethods in org.apache.poi.ss.formula that return AreaEval Modifier and Type Method Description AreaEvalCacheAreaEval. offset(int relFirstRowIx, int relLastRowIx, int relFirstColIx, int relLastColIx)AreaEvalLazyRefEval. offset(int relFirstRowIx, int relLastRowIx, int relFirstColIx, int relLastColIx) -
Uses of AreaEval in org.apache.poi.ss.formula.eval
Classes in org.apache.poi.ss.formula.eval that implement AreaEval Modifier and Type Class Description classAreaEvalBaseMethods in org.apache.poi.ss.formula.eval that return AreaEval Modifier and Type Method Description AreaEvalAreaEval. offset(int relFirstRowIx, int relLastRowIx, int relFirstColIx, int relLastColIx)Creates anAreaEvaloffset by a relative amount from from the upper left cell of this areaAreaEvalRefEval. offset(int relFirstRowIx, int relLastRowIx, int relFirstColIx, int relLastColIx)Creates anAreaEvaloffset by a relative amount from this RefEvalMethods in org.apache.poi.ss.formula.eval with parameters of type AreaEval Modifier and Type Method Description static ValueEvalOperandResolver. chooseSingleElementFromArea(AreaEval ae, int srcCellRow, int srcCellCol)Implements (some perhaps not well known) Excel functionality to select a single cell from an area depending on the coordinates of the calling cell.static ValueEvalOperandResolver. 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.
-