Package | Description |
---|---|
org.apache.poi.ss.formula |
This package contains common internal POI code for manipulating formulas.
|
org.apache.poi.ss.formula.eval |
Modifier and Type | Interface | Description |
---|---|---|
interface |
ThreeDEval |
Optional Extension to the likes of
AreaEval and
AreaEvalBase ,
which allows for looking up 3D (sheet+row+column) evaluations |
Modifier and Type | Method | Description |
---|---|---|
TwoDEval |
TwoDEval.getColumn(int columnIndex) |
|
TwoDEval |
TwoDEval.getRow(int rowIndex) |
Modifier and Type | Interface | Description |
---|---|---|
interface |
AreaEval |
Evaluation of 2D (Row+Column) and 3D (Sheet+Row+Column) areas
|
Modifier and Type | Class | Description |
---|---|---|
class |
AreaEvalBase |
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.