Package org.apache.poi.ss.formula
Interface EvaluationSheet
Abstracts a sheet for the purpose of formula evaluation.
For POI internal use only
For POI internal use only
- Author:
- Josh Micich
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Propagated fromEvaluationWorkbook.clearAllCachedResultValues()
to clear locally cached data.getCell
(int rowIndex, int columnIndex) int
-
Method Details
-
getCell
- Returns:
null
if there is no cell at the specified coordinates
-
clearAllCachedResultValues
void clearAllCachedResultValues()Propagated fromEvaluationWorkbook.clearAllCachedResultValues()
to clear locally cached data.- Since:
- POI 3.15 beta 3
- See Also:
-
getLastRowNum
int getLastRowNum()- Returns:
- last row index referenced on this sheet, for evaluation optimization
- Since:
- POI 4.0.0
-