| 接口 | 说明 |
|---|---|
| CellFilter<T extends org.apache.poi.ss.usermodel.Cell,M extends CellMapping> |
列过滤器标识
|
| ExcelFilter<T extends org.apache.poi.ss.usermodel.Workbook,M extends ExcelMapping> |
excel 过滤器
|
| Filter<T,M> |
ExcelMapping 过滤器接口定义
|
| ReadFilter<T,M> |
读过滤器标识
|
| RowFilter<T extends org.apache.poi.ss.usermodel.Row,M extends SheetMapping> |
行过滤器标识
|
| SheetFilter<T extends org.apache.poi.ss.usermodel.Sheet,M extends SheetMapping> |
sheet 过滤器
|
| WriteFilter<T,M> |
写过滤器标识
|
| 类 | 说明 |
|---|---|
| Filterable |
可过滤的
|
| FilterChain<T,M> |
过滤链,可以添加多个过滤器
|
Copyright © 2017. All rights reserved.