Uses of Class
org.apache.poi.ss.formula.SheetRangeEvaluator
-
Packages that use SheetRangeEvaluator 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 SheetRangeEvaluator in org.apache.poi.ss.formula
Methods in org.apache.poi.ss.formula that return SheetRangeEvaluator Modifier and Type Method Description SheetRangeEvaluator
LazyAreaEval. getRefEvaluator()
SheetRangeEvaluator
LazyRefEval. getRefEvaluator()
SheetRangeEvaluator
OperationEvaluationContext. getRefEvaluatorForCurrentSheet()
Constructors in org.apache.poi.ss.formula with parameters of type SheetRangeEvaluator Constructor Description LazyAreaEval(int firstRowIndex, int firstColumnIndex, int lastRowIndex, int lastColumnIndex, boolean firstRowRel, boolean firstColRel, boolean lastRowRel, boolean lastColRel, SheetRangeEvaluator evaluator)
LazyRefEval(int rowIndex, int columnIndex, boolean rowRel, boolean colRel, SheetRangeEvaluator sre)
-
Uses of SheetRangeEvaluator in org.apache.poi.ss.formula.eval
Methods in org.apache.poi.ss.formula.eval that return SheetRangeEvaluator Modifier and Type Method Description SheetRangeEvaluator
ArrayEval. getRefEvaluator()
Constructors in org.apache.poi.ss.formula.eval with parameters of type SheetRangeEvaluator Constructor Description ArrayEval(ValueEval[][] srcvalues, int firstRow, int firstColumn, int lastRow, int lastColumn, SheetRangeEvaluator evaluator)
ArrayEval(ArrayPtg ptg, SheetRangeEvaluator evaluator)
-