|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
| 使用 ExcelImportEntity 的软件包 | |
|---|---|
| org.jeecgframework.poi.excel.entity.params | |
| org.jeecgframework.poi.excel.imports | 导入类 |
| org.jeecgframework.poi.excel.imports.base | |
| org.jeecgframework.poi.excel.entity.params 中 ExcelImportEntity 的使用 |
|---|
| 返回变量类型为 ExcelImportEntity 的类型的 org.jeecgframework.poi.excel.entity.params 中的方法 | |
|---|---|
Map<String,ExcelImportEntity> |
ExcelCollectionParams.getExcelParams()
|
List<ExcelImportEntity> |
ExcelImportEntity.getList()
|
| 类型变量类型为 ExcelImportEntity 的 org.jeecgframework.poi.excel.entity.params 中的方法参数 | |
|---|---|
void |
ExcelCollectionParams.setExcelParams(Map<String,ExcelImportEntity> excelParams)
|
void |
ExcelImportEntity.setList(List<ExcelImportEntity> list)
|
| org.jeecgframework.poi.excel.imports 中 ExcelImportEntity 的使用 |
|---|
| 类型变量类型为 ExcelImportEntity 的 org.jeecgframework.poi.excel.imports 中的方法参数 | |
|---|---|
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值 |
| org.jeecgframework.poi.excel.imports.base 中 ExcelImportEntity 的使用 |
|---|
| 参数类型为 ExcelImportEntity 的 org.jeecgframework.poi.excel.imports.base 中的方法 | |
|---|---|
void |
ImportBaseService.addEntityToMap(String targetId,
Field field,
ExcelImportEntity excelEntity,
Class<?> pojoClass,
List<Method> getMethods,
Map<String,ExcelImportEntity> temp)
把这个注解解析放到类型对象中 |
void |
ImportBaseService.getExcelField(String targetId,
Field field,
ExcelImportEntity excelEntity,
Excel excel,
Class<?> pojoClass)
|
void |
ImportBaseService.setValues(ExcelImportEntity entity,
Object object,
Object value)
|
| 类型变量类型为 ExcelImportEntity 的 org.jeecgframework.poi.excel.imports.base 中的方法参数 | |
|---|---|
void |
ImportBaseService.addEntityToMap(String targetId,
Field field,
ExcelImportEntity excelEntity,
Class<?> pojoClass,
List<Method> getMethods,
Map<String,ExcelImportEntity> temp)
把这个注解解析放到类型对象中 |
void |
ImportBaseService.getAllExcelField(String targetId,
Field[] fields,
Map<String,ExcelImportEntity> excelParams,
List<ExcelCollectionParams> excelCollection,
Class<?> pojoClass,
List<Method> getMethods)
获取需要导出的全部字段 |
void |
ImportBaseService.getExcelFieldList(String targetId,
Field[] fields,
Class<?> pojoClass,
Map<String,ExcelImportEntity> temp,
List<Method> getMethods)
|
|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||