| Package | Description | 
|---|---|
| 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.streaming | |
| org.apache.poi.xssf.usermodel | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | HSSFFooterClass to read and manipulate the footer. | 
| Modifier and Type | Method and Description | 
|---|---|
| Footer | Sheet. getFooter()Gets the user model for the default document footer. | 
| Modifier and Type | Method and Description | 
|---|---|
| Footer | SXSSFSheet. getFooter()Gets the user model for the default document footer. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | XSSFEvenFooter
 Even page footer value. | 
| class  | XSSFFirstFooter
 First page footer content. | 
| class  | XSSFOddFooterOdd page footer value. | 
| Modifier and Type | Method and Description | 
|---|---|
| Footer | XSSFSheet. getEvenFooter()Returns the even footer. | 
| Footer | XSSFSheet. getFirstFooter()Returns the first page footer. | 
| Footer | XSSFSheet. getFooter()Returns the default footer for the sheet,
  creating one as needed. | 
| Footer | XSSFSheet. getOddFooter()Returns the odd footer. | 
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.