Package | Description |
---|---|
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 | Class | Description |
---|---|---|
class |
HSSFAutoFilter |
Represents autofiltering for the specified worksheet.
|
Modifier and Type | Method | Description |
---|---|---|
AutoFilter |
Sheet.setAutoFilter(CellRangeAddress range) |
Enable filtering for a range of cells
|
Modifier and Type | Method | Description |
---|---|---|
AutoFilter |
SXSSFSheet.setAutoFilter(CellRangeAddress range) |
Enable filtering for a range of cells
|
Modifier and Type | Class | Description |
---|---|---|
class |
XSSFAutoFilter |
Represents autofiltering for the specified worksheet.
|
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.