Package io.keikai.model.impl.sys.formula
Class EvalSheet
- java.lang.Object
-
- io.keikai.model.impl.sys.formula.EvalSheet
-
- All Implemented Interfaces:
java.io.Serializable,org.apache.poi.ss.formula.EvaluationSheet
public class EvalSheet extends java.lang.Object implements org.apache.poi.ss.formula.EvaluationSheet, java.io.Serializable- Since:
- 3.5.0
- Author:
- Pao
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclearAllCachedResultValues()booleanequals(java.lang.Object obj)org.apache.poi.ss.formula.EvaluationCellgetCell(int rowIndex, int columnIndex)intgetLastRowNum()SSheetgetNSheet()inthashCode()booleanisFiltered()booleanisHidden(int rowIndex, int columnIndex)booleanisRowHidden(int rowIndex)java.util.Iterator<org.apache.poi.ss.formula.EvaluationCell>nonEmptyCellsIterator(int columnIndex)java.util.Iterator<org.apache.poi.ss.formula.EvaluationCell>nonEmptyCellsIterator(int rowStart, int rowEnd, int columnStart, int columnEnd)
-
-
-
Constructor Detail
-
EvalSheet
public EvalSheet(SSheet sheet)
-
-
Method Detail
-
getNSheet
public SSheet 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 java.util.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
public java.util.Iterator<org.apache.poi.ss.formula.EvaluationCell> nonEmptyCellsIterator(int columnIndex)
- 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()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
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
-
-