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 | |
org.apache.poi.xssf.usermodel | |
org.apache.poi.xssf.usermodel.extensions |
Modifier and Type | Method and Description |
---|---|
static java.lang.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.
|
Modifier and Type | Class and 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 and Description |
---|---|
class |
XSSFHeaderFooter
Parent class of all XSSF headers and footers.
|
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.