Class XSSFEventBasedExcelExtractor.SheetTextExtractor

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected SheetTextExtractor()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void cell​(java.lang.String cellRef, java.lang.String formattedValue, XSSFComment comment)
      A cell, with the given formatted value (may be null), and possibly a comment (may be null), was encountered.
      void endRow​(int rowNum)
      A row with the (zero based) row number has ended
      void headerFooter​(java.lang.String text, boolean isHeader, java.lang.String tagName)
      A header or footer has been encountered
      void startRow​(int rowNum)
      A row with the (zero based) row number has started
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait