Package io.keikai.model.impl.sys.formula
Class EvalSheet
java.lang.Object
io.keikai.model.impl.sys.formula.EvalSheet
- All Implemented Interfaces:
Serializable,org.apache.poi.ss.formula.EvaluationSheet
public class EvalSheet
extends Object
implements org.apache.poi.ss.formula.EvaluationSheet, Serializable
- Since:
- 3.5.0
- Author:
- Pao
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbooleanorg.apache.poi.ss.formula.EvaluationCellgetCell(int rowIndex, int columnIndex) intinthashCode()booleanbooleanisHidden(int rowIndex, int columnIndex) booleanisRowHidden(int rowIndex) Iterator<org.apache.poi.ss.formula.EvaluationCell>nonEmptyCellsIterator(int columnIndex) Iterator<org.apache.poi.ss.formula.EvaluationCell>nonEmptyCellsIterator(int rowStart, int rowEnd, int columnStart, int columnEnd)
-
Constructor Details
-
EvalSheet
-
-
Method Details
-
getNSheet
-
getCell
public org.apache.poi.ss.formula.EvaluationCell getCell(int rowIndex, int columnIndex) - Specified by:
getCellin interfaceorg.apache.poi.ss.formula.EvaluationSheet
-
nonEmptyCellsIterator
public Iterator<org.apache.poi.ss.formula.EvaluationCell> nonEmptyCellsIterator(int rowStart, int rowEnd, int columnStart, int columnEnd) - Specified by:
nonEmptyCellsIteratorin interfaceorg.apache.poi.ss.formula.EvaluationSheet
-
nonEmptyCellsIterator
- Specified by:
nonEmptyCellsIteratorin interfaceorg.apache.poi.ss.formula.EvaluationSheet
-
clearAllCachedResultValues
public void clearAllCachedResultValues()- Specified by:
clearAllCachedResultValuesin interfaceorg.apache.poi.ss.formula.EvaluationSheet
-
getLastRowNum
public int getLastRowNum()- Specified by:
getLastRowNumin interfaceorg.apache.poi.ss.formula.EvaluationSheet
-
hashCode
public int hashCode() -
equals
-
isHidden
public boolean isHidden(int rowIndex, int columnIndex) - Specified by:
isHiddenin interfaceorg.apache.poi.ss.formula.EvaluationSheet
-
isRowHidden
public boolean isRowHidden(int rowIndex) - Specified by:
isRowHiddenin interfaceorg.apache.poi.ss.formula.EvaluationSheet
-
isFiltered
public boolean isFiltered()- Specified by:
isFilteredin interfaceorg.apache.poi.ss.formula.EvaluationSheet
-