Class 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
    • 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:
        getCell in interface org.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:
        nonEmptyCellsIterator in interface org.apache.poi.ss.formula.EvaluationSheet
      • nonEmptyCellsIterator

        public java.util.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 java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.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