@Internal public interface EvaluationSheet
Modifier and Type | Method and Description |
---|---|
void |
clearAllCachedResultValues()
Propagated from
EvaluationWorkbook.clearAllCachedResultValues() to clear locally cached data. |
EvaluationCell |
getCell(int rowIndex,
int columnIndex) |
int |
getLastRowNum() |
boolean |
isRowHidden(int rowIndex)
Used by SUBTOTAL and similar functions that have options to ignore hidden rows
|
EvaluationCell getCell(int rowIndex, int columnIndex)
null
if there is no cell at the specified coordinatesvoid clearAllCachedResultValues()
EvaluationWorkbook.clearAllCachedResultValues()
to clear locally cached data.WorkbookEvaluator.clearAllCachedResultValues()
,
EvaluationWorkbook.clearAllCachedResultValues()
int getLastRowNum()
boolean isRowHidden(int rowIndex)
rowIndex
- Copyright 2020 The Apache Software Foundation or its licensors, as applicable.