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 Details

    • EvalSheet

      public EvalSheet(SSheet sheet)
  • Method Details

    • getNSheet

      public SSheet getNSheet()
    • getCell

      public org.apache.poi.ss.formula.EvaluationCell getCell(int rowIndex, int columnIndex)
      Specified by:
      getCell in interface org.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:
      nonEmptyCellsIterator in interface org.apache.poi.ss.formula.EvaluationSheet
    • nonEmptyCellsIterator

      public Iterator<org.apache.poi.ss.formula.EvaluationCell> nonEmptyCellsIterator(int columnIndex)
      Specified by:
      nonEmptyCellsIterator in interface org.apache.poi.ss.formula.EvaluationSheet
    • clearAllCachedResultValues

      public void clearAllCachedResultValues()
      Specified by:
      clearAllCachedResultValues in interface org.apache.poi.ss.formula.EvaluationSheet
    • getLastRowNum

      public int getLastRowNum()
      Specified by:
      getLastRowNum in interface org.apache.poi.ss.formula.EvaluationSheet
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • isHidden

      public boolean isHidden(int rowIndex, int columnIndex)
      Specified by:
      isHidden in interface org.apache.poi.ss.formula.EvaluationSheet
    • isRowHidden

      public boolean isRowHidden(int rowIndex)
      Specified by:
      isRowHidden in interface org.apache.poi.ss.formula.EvaluationSheet
    • isFiltered

      public boolean isFiltered()
      Specified by:
      isFiltered in interface org.apache.poi.ss.formula.EvaluationSheet