org.apache.poi.ss.formula
Interface EvaluationSheet


@Internal
public interface EvaluationSheet

Abstracts a sheet for the purpose of formula evaluation.
For POI internal use only


Method Summary
 void clearAllCachedResultValues()
          Propagated from EvaluationWorkbook.clearAllCachedResultValues() to clear locally cached data.
 EvaluationCell getCell(int rowIndex, int columnIndex)
           
 

Method Detail

getCell

EvaluationCell getCell(int rowIndex,
                       int columnIndex)
Returns:
null if there is no cell at the specified coordinates

clearAllCachedResultValues

void clearAllCachedResultValues()
Propagated from EvaluationWorkbook.clearAllCachedResultValues() to clear locally cached data.

Since:
POI 3.15 beta 3
See Also:
WorkbookEvaluator.clearAllCachedResultValues(), EvaluationWorkbook.clearAllCachedResultValues()