| Package | Description |
|---|---|
| org.apache.poi | |
| org.apache.poi.extractor | |
| org.apache.poi.hpsf |
Processes streams in the Horrible Property Set Format (HPSF) in POI filesystems.
|
| org.apache.poi.hpsf.extractor | |
| org.apache.poi.hssf.extractor | |
| org.apache.poi.hssf.usermodel |
The usermodel package maps HSSF low level structures to familiar workbook/sheet model
|
| Modifier and Type | Class and Description |
|---|---|
class |
POIReadOnlyDocument
This holds the common functionality for all read-only
POI Document classes, i.e.
|
| Modifier and Type | Method and Description |
|---|---|
POIDocument |
POIOLE2TextExtractor.getDocument()
Return the underlying POIDocument
|
| Modifier and Type | Class and Description |
|---|---|
class |
HPSFPropertiesOnlyDocument
A version of
POIDocument which allows access to the
HPSF Properties, but no other document contents. |
| Modifier and Type | Method and Description |
|---|---|
POIDocument |
HPSFPropertiesExtractor.getDocument() |
POIDocument |
HPSFPropertiesExtractor.getFilesystem() |
| Constructor and Description |
|---|
HPSFPropertiesExtractor(POIDocument document) |
| Modifier and Type | Method and Description |
|---|---|
POIDocument |
EventBasedExcelExtractor.getDocument() |
| Modifier and Type | Class and Description |
|---|---|
class |
HSSFWorkbook
High level representation of a workbook.
|