| Package | Description | 
|---|---|
| org.apache.poi.hssf.model | Provides low level API structures for reading, writing, modifying XLS files. | 
| 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.streaming | |
| org.apache.poi.xssf.usermodel | 
| Modifier and Type | Method and Description | 
|---|---|
| PaneInformation | InternalSheet. getPaneInformation()Returns the information regarding the currently configured pane (split or freeze). | 
| Modifier and Type | Method and Description | 
|---|---|
| PaneInformation | HSSFSheet. getPaneInformation()Returns the information regarding the currently configured pane (split or freeze). | 
| Modifier and Type | Method and Description | 
|---|---|
| PaneInformation | Sheet. getPaneInformation()Returns the information regarding the currently configured pane (split or freeze) | 
| Modifier and Type | Method and Description | 
|---|---|
| PaneInformation | SXSSFSheet. getPaneInformation()Returns the information regarding the currently configured pane (split or freeze) | 
| Modifier and Type | Method and Description | 
|---|---|
| PaneInformation | XSSFSheet. getPaneInformation()Returns the information regarding the currently configured pane (split or freeze). | 
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.