| 限定符和类型 | 方法和说明 |
|---|---|
IExcelDataHandler |
ExcelBaseParams.getDataHanlder() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ExcelBaseParams.setDataHanlder(IExcelDataHandler dataHanlder) |
| 限定符和类型 | 字段和说明 |
|---|---|
protected IExcelDataHandler |
ExportBase.dataHanlder |
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
CellValueServer.getValue(IExcelDataHandler dataHanlder,
Object object,
org.apache.poi.ss.usermodel.Cell cell,
Map<String,ExcelImportEntity> excelParams,
String titleString)
获取cell的值
|
Object |
CellValueServer.getValue(IExcelDataHandler dataHanlder,
Object object,
SaxReadCellEntity cellEntity,
Map<String,ExcelImportEntity> excelParams,
String titleString)
获取cell值
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
ExcelDataHandlerDefaultImpl
数据处理默认实现,返回空
|
| 构造器和说明 |
|---|
ExcelListEntity(List<?> list,
Class<?> clazz,
IExcelDataHandler dataHanlder) |
ExcelListEntity(List<?> list,
Class<?> clazz,
IExcelDataHandler dataHanlder,
int headRows) |
Copyright © 2024. All rights reserved.