|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SheetRange | |
|---|---|
| org.apache.poi.ss.formula | This package contains common internal POI code for manipulating formulas. |
| org.apache.poi.ss.formula.eval | |
| Uses of SheetRange in org.apache.poi.ss.formula |
|---|
| Subinterfaces of SheetRange in org.apache.poi.ss.formula | |
|---|---|
interface |
ThreeDEval
Optional Extension to the likes of AreaEval and
AreaEvalBase,
which allows for looking up 3D (sheet+row+column) evaluations |
| Classes in org.apache.poi.ss.formula that implement SheetRange | |
|---|---|
class |
LazyRefEval
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.eval | |
|---|---|
interface |
AreaEval
Evaluation of 2D (Row+Column) and 3D (Sheet+Row+Column) areas |
interface |
RefEval
RefEval is the super interface for Ref2D and Ref3DEval. |
| Classes in org.apache.poi.ss.formula.eval that implement SheetRange | |
|---|---|
class |
AreaEvalBase
|
class |
RefEvalBase
Common base class for implementors of RefEval |
| Constructors in org.apache.poi.ss.formula.eval with parameters of type SheetRange | |
|---|---|
AreaEvalBase(AreaI ptg,
SheetRange sheets)
|
|
AreaEvalBase(SheetRange sheets,
int firstRow,
int firstColumn,
int lastRow,
int lastColumn)
|
|
RefEvalBase(SheetRange sheetRange,
int rowIndex,
int columnIndex)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||