Package org.apache.poi.extractor


package org.apache.poi.extractor
  • Class
    Description
    Figures out the correct POIOLE2TextExtractor for your supplied document, and returns it.
     
    ExtractorFactory for HSSF and Old Excel format
    Common Parent for OLE2 based Text Extractors of POI Documents, such as .doc, .xls You will typically find the implementation of a given format's text extractor under org.apache.poi.[format].extractor .
    Common Parent for Text Extractors of POI Documents.