Documentation of 'org.apache.poi.ss.extractor.ExcelExtractor' Java class
ExcelExtractor
org.apache.poi.ss.extractor

Interface ExcelExtractor

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      java.lang.String getText()
      Retreives the text contents of the file
      void setFormulasNotResults(boolean formulasNotResults)
      Should we return the formula itself, and not the result it produces? Default is false
      void setIncludeCellComments(boolean includeCellComments)
      Should cell comments be included? Default is false
      void setIncludeHeadersFooters(boolean includeHeadersFooters)
      Should headers and footers be included in the output? Default is true
      void setIncludeSheetNames(boolean includeSheetNames)
      Should sheet names be included? Default is true
    • Method Detail

      • setIncludeSheetNames

        void setIncludeSheetNames(boolean includeSheetNames)
        Should sheet names be included? Default is true
      • setFormulasNotResults

        void setFormulasNotResults(boolean formulasNotResults)
        Should we return the formula itself, and not the result it produces? Default is false
      • setIncludeHeadersFooters

        void setIncludeHeadersFooters(boolean includeHeadersFooters)
        Should headers and footers be included in the output? Default is true
      • setIncludeCellComments

        void setIncludeCellComments(boolean includeCellComments)
        Should cell comments be included? Default is false
      • getText

        java.lang.String getText()
        Retreives the text contents of the file

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.