| 程序包 | 说明 |
|---|---|
| org.jeecgframework.poi.excel |
Excel模块,支持2003,2007的导入导出,模板的导出,流的导出(大数据量)
|
| org.jeecgframework.poi.excel.imports |
导入类
|
| 限定符和类型 | 方法和说明 |
|---|---|
static <T> ExcelImportResult<T> |
ExcelImportUtil.importExcelVerify(java.io.File file,
java.lang.Class<?> pojoClass,
ImportParams params)
Excel 导入 数据源本地文件,返回校验结果 字段类型 Integer,Long,Double,Date,String,Boolean
|
static <T> ExcelImportResult<T> |
ExcelImportUtil.importExcelVerify(java.io.InputStream inputstream,
java.lang.Class<?> pojoClass,
ImportParams params)
Excel 导入 数据源IO流,返回校验结果 字段类型 Integer,Long,Double,Date,String,Boolean
|
| 限定符和类型 | 方法和说明 |
|---|---|
ExcelImportResult |
ExcelImportServer.importExcelByIs(java.io.InputStream inputstream,
java.lang.Class<?> pojoClass,
ImportParams params)
Excel 导入 field 字段类型 Integer,Long,Double,Date,String,Boolean
|
Copyright © 2016. All Rights Reserved.