| 程序包 | 说明 |
|---|---|
| org.jeecgframework.poi.excel | |
| org.jeecgframework.poi.excel.imports |
导入类
|
| 限定符和类型 | 方法和说明 |
|---|---|
static <T> ExcelImportResult<T> |
ExcelImportUtil.importExcelVerify(File file,
Class<?> pojoClass,
ImportParams params)
Excel 导入 数据源本地文件,返回校验结果 字段类型 Integer,Long,Double,Date,String,Boolean
|
static <T> ExcelImportResult<T> |
ExcelImportUtil.importExcelVerify(InputStream inputstream,
Class<?> pojoClass,
ImportParams params)
Excel 导入 数据源IO流,返回校验结果 字段类型 Integer,Long,Double,Date,String,Boolean
|
| 限定符和类型 | 方法和说明 |
|---|---|
ExcelImportResult |
ExcelImportServer.importExcelByIs(InputStream inputstream,
Class<?> pojoClass,
ImportParams params)
Excel 导入 field 字段类型 Integer,Long,Double,Date,String,Boolean
|
Copyright © 2024. All rights reserved.