Package org.apache.poi.extractor


package org.apache.poi.extractor
  • Classes
    Class
    Description
    Figures out the correct POIOLE2TextExtractor for your supplied document, and returns it.
    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.