| Package | Description |
|---|---|
| org.apache.poi.hssf.extractor | |
| org.apache.poi.hssf.usermodel |
The usermodel package maps HSSF low level structures to familiar workbook/sheet model
|
| org.apache.poi.ss.usermodel |
| Modifier and Type | Method and Description |
|---|---|
static String |
ExcelExtractor._extractHeaderFooter(HeaderFooter hf) |
| Modifier and Type | Class and Description |
|---|---|
class |
HeaderFooter
Common class for
HSSFHeader and HSSFFooter. |
class |
HSSFFooter
Class to read and manipulate the footer.
|
class |
HSSFHeader
Class to read and manipulate the header.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Footer
Common definition of a HSSF or XSSF page footer.
|
interface |
Header
Common definition of a HSSF or XSSF page header.
|