Uses of Interface
org.apache.poi.ss.formula.SheetRange
Packages that use SheetRange
Package
Description
This package contains common internal POI code for manipulating formulas.
-
Uses of SheetRange in org.apache.poi.ss.formula
Subinterfaces of SheetRange in org.apache.poi.ss.formulaModifier and TypeInterfaceDescriptioninterface
Optional Extension to the likes ofAreaEval
andAreaEvalBase
, which allows for looking up 3D (sheet+row+column) evaluationsClasses in org.apache.poi.ss.formula that implement SheetRangeModifier and TypeClassDescriptionfinal class
final class
Provides Lazy Evaluation to a 3D Reference -
Uses of SheetRange in org.apache.poi.ss.formula.eval
Subinterfaces of SheetRange in org.apache.poi.ss.formula.evalModifier and TypeInterfaceDescriptioninterface
Evaluation of 2D (Row+Column) and 3D (Sheet+Row+Column) areasinterface
RefEval is the super interface for Ref2D and Ref3DEval.Classes in org.apache.poi.ss.formula.eval that implement SheetRangeConstructors in org.apache.poi.ss.formula.eval with parameters of type SheetRangeModifierConstructorDescriptionprotected
AreaEvalBase
(AreaI ptg, SheetRange sheets) protected
AreaEvalBase
(SheetRange sheets, int firstRow, int firstColumn, int lastRow, int lastColumn) protected
RefEvalBase
(SheetRange sheetRange, int rowIndex, int columnIndex)