Package | Description |
---|---|
org.apache.poi.hssf.extractor | |
org.apache.poi.hssf.usermodel |
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
|
org.apache.poi.ss.usermodel | |
org.apache.poi.xssf.usermodel | |
org.apache.poi.xssf.usermodel.extensions |
Modifier and Type | Method | Description |
---|---|---|
static java.lang.String |
ExcelExtractor._extractHeaderFooter(HeaderFooter hf) |
Modifier and Type | Class | 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 | Description |
---|---|---|
interface |
Footer |
Common definition of a HSSF or XSSF page footer.
|
interface |
Header |
Common definition of a HSSF or XSSF page header.
|
Modifier and Type | Class | Description |
---|---|---|
class |
XSSFEvenFooter |
Even page footer value.
|
class |
XSSFEvenHeader |
Even page header value.
|
class |
XSSFFirstFooter |
First page footer content.
|
class |
XSSFFirstHeader |
First page header content.
|
class |
XSSFOddFooter |
Odd page footer value.
|
class |
XSSFOddHeader |
Odd page header value.
|
Modifier and Type | Class | Description |
---|---|---|
class |
XSSFHeaderFooter |
Parent class of all XSSF headers and footers.
|
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.