| 程序包 | 说明 |
|---|---|
| com.geese.plugin.excel | |
| com.geese.plugin.excel.filter | |
| com.geese.plugin.excel.mapping |
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
ExcelTemplate.readCell(org.apache.poi.ss.usermodel.Cell cell,
CellMapping cellMapping) |
Object |
ExcelOperations.readCell(org.apache.poi.ss.usermodel.Cell cell,
CellMapping cellMapping)
读取Cell
|
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
CellFilter<T extends org.apache.poi.ss.usermodel.Cell,M extends CellMapping>
列过滤器标识
|
| 限定符和类型 | 字段和说明 |
|---|---|
private List<CellMapping> |
SheetMapping.points |
private List<CellMapping> |
SheetMapping.tableHeads |
| 限定符和类型 | 方法和说明 |
|---|---|
List<CellMapping> |
SheetMapping.getPoints() |
List<CellMapping> |
SheetMapping.getTableHeads() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
SheetMapping.setPoints(List<CellMapping> points) |
void |
SheetMapping.setTableHeads(List<CellMapping> tableHeads) |
Copyright © 2017. All rights reserved.