| Class | Description |
|---|---|
| POIDocument |
This holds the common functionality for all POI
Document classes.
|
| POIOLE2TextExtractor |
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 .
|
| POITextExtractor |
Common Parent for Text Extractors
of POI Documents.
|
| Exception | Description |
|---|---|
| EmptyFileException |
Exception thrown if an Empty (zero byte) file is supplied
|
| EncryptedDocumentException | |
| OldFileFormatException |
Base class of all the exceptions that POI throws in the event
that it's given a file that's older than currently supported.
|
| UnsupportedFileFormatException |
Base class of all the exceptions that POI throws in the event
that it's given a file that isn't supported
|