Documentation of 'org.apache.poi.hssf.extractor.EventBasedExcelExtractor' Java class
EventBasedExcelExtractor
org.apache.poi.hssf.extractor

Class EventBasedExcelExtractor

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable, ExcelExtractor


    public class EventBasedExcelExtractor
    extends POIOLE2TextExtractor
    implements ExcelExtractor
    A text extractor for Excel files, that is based on the HSSF EventUserModel API. It will typically use less memory than ExcelExtractor, but may not provide the same richness of formatting. Returns the textual content of the file, suitable for indexing by something like Lucene, but not really intended for display to the user.

    To turn an excel file into a CSV or similar, then see the XLS2CSVmra example

    http://svn.apache.org/repos/asf/poi/trunk/src/examples/src/org/apache/poi/hssf/eventusermodel/examples/XLS2CSVmra.java

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.