| Package | Description |
|---|---|
| org.apache.poi.hssf.usermodel |
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
Related Documentation
For overviews, tutorials, examples, guides, and tool documentation, please see:
Apache POI Project
|
| org.apache.poi.ss.usermodel | |
| org.apache.poi.xssf.streaming | |
| org.apache.poi.xssf.usermodel |
| Modifier and Type | Class and Description |
|---|---|
class |
HSSFAutoFilter
Represents autofiltering for the specified worksheet.
|
| Modifier and Type | Method and Description |
|---|---|
AutoFilter |
Sheet.setAutoFilter(CellRangeAddress range)
Enable filtering for a range of cells
|
| Modifier and Type | Method and Description |
|---|---|
AutoFilter |
SXSSFSheet.setAutoFilter(CellRangeAddress range)
Enable filtering for a range of cells
|
| Modifier and Type | Class and Description |
|---|---|
class |
XSSFAutoFilter
Represents autofiltering for the specified worksheet.
|
Copyright 2014 The Apache Software Foundation or its licensors, as applicable.