| Package | Description |
|---|---|
| org.apache.poi.extractor | |
| org.apache.poi.hpsf.extractor | |
| org.apache.poi.hssf.extractor |
| Modifier and Type | Method and Description |
|---|---|
static POITextExtractor[] |
ExtractorFactory.getEmbeddedDocsTextExtractors(POIOLE2TextExtractor ext)
Returns an array of text extractors, one for each of
the embedded documents in the file (if there are any).
|
default void |
ExtractorProvider.identifyEmbeddedResources(POIOLE2TextExtractor ext,
List<Entry> dirs,
List<InputStream> nonPOIFS)
Returns an array of text extractors, one for each of
the embedded documents in the file (if there are any).
|
| Modifier and Type | Class and Description |
|---|---|
class |
HPSFPropertiesExtractor
Extracts all of the HPSF properties, both
build in and custom, returning them in
textual form.
|
| Constructor and Description |
|---|
HPSFPropertiesExtractor(POIOLE2TextExtractor mainExtractor) |
| Modifier and Type | Class and Description |
|---|---|
class |
EventBasedExcelExtractor
A text extractor for Excel files, that is based
on the HSSF EventUserModel API.
|
class |
ExcelExtractor
A text extractor for Excel files.
|