Uses of Interface
org.apache.poi.ss.usermodel.AutoFilter
Packages that use AutoFilter
Package
Description
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
-
Uses of AutoFilter in org.apache.poi.hssf.usermodel
Classes in org.apache.poi.hssf.usermodel that implement AutoFilterModifier and TypeClassDescriptionfinal class
Represents autofiltering for the specified worksheet. -
Uses of AutoFilter in org.apache.poi.ss.usermodel
Methods in org.apache.poi.ss.usermodel that return AutoFilterModifier and TypeMethodDescriptionSheet.setAutoFilter
(CellRangeAddress range) Enable filtering for a range of cells -
Uses of AutoFilter in org.apache.poi.xssf.streaming
Methods in org.apache.poi.xssf.streaming that return AutoFilterModifier and TypeMethodDescriptionSXSSFSheet.setAutoFilter
(CellRangeAddress range) Enable filtering for a range of cells -
Uses of AutoFilter in org.apache.poi.xssf.usermodel
Classes in org.apache.poi.xssf.usermodel that implement AutoFilterModifier and TypeClassDescriptionfinal class
Represents autofiltering for the specified worksheet.