| java.lang.Object com.flexive.extractor.ExcelExtractor
ExcelExtractor | class ExcelExtractor implements POIFSReaderListener(Code) | | |
extract | public ExtractedData extract(InputStream in)(Code) | | Extracts the text informations from the excel file.
Parameters: in - the input stream to read from the extraxted informations, or null if no text extraction was possible |
processPOIFSReaderEvent | public void processPOIFSReaderEvent(POIFSReaderEvent event)(Code) | | Proccesses the Summary section.
Parameters: event - the summary section event. |
|
|