| 限定符和类型 | 方法和说明 |
|---|---|
static Boolean |
ExcelImportCheckUtil.check(InputStream inputstream,
Class<?> pojoClass,
ImportParams params)
check inclue filed match rate
|
static Boolean |
ExcelImportCheckUtil.check(InputStream inputstream,
Class<?> pojoClass,
ImportParams params,
Double screenRate)
check inclue filed match rate
|
static <T> List<T> |
ExcelImportUtil.importExcel(File file,
Class<?> pojoClass,
ImportParams params)
Excel 导入 数据源本地文件,不返回校验结果 导入 字 段类型 Integer,Long,Double,Date,String,Boolean
|
static <T> List<T> |
ExcelImportUtil.importExcel(InputStream inputstream,
Class<?> pojoClass,
ImportParams params)
Excel 导入 数据源IO流,不返回校验结果 导入 字段类型 Integer,Long,Double,Date,String,Boolean
|
static <T> List<T> |
ExcelImportUtil.importExcelBySax(InputStream inputstream,
Class<?> pojoClass,
ImportParams params)
Excel 通过SAX解析方法,适合大数据导入,不支持图片 导入 数据源IO流,不返回校验结果 导入 字段类型
Integer,Long,Double,Date,String,Boolean
|
static void |
ExcelImportUtil.importExcelBySax(InputStream inputstream,
Class<?> pojoClass,
ImportParams params,
IExcelReadRowHanlder hanlder)
Excel 通过SAX解析方法,适合大数据导入,不支持图片 导入 数据源本地文件,不返回校验结果 导入 字 段类型
Integer,Long,Double,Date,String,Boolean
|
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
|
| 限定符和类型 | 方法和说明 |
|---|---|
String |
ImportBaseService.getSaveExcelUrl(ImportParams params,
Class<?> pojoClass)
获取保存的Excel 的真实路径
|
void |
ImportBaseService.saveThisExcel(ImportParams params,
Class<?> pojoClass,
boolean isXSSFWorkbook,
org.apache.poi.ss.usermodel.Workbook book) |
| 限定符和类型 | 方法和说明 |
|---|---|
<T> List<T> |
SaxReadExcel.readExcel(InputStream inputstream,
Class<?> pojoClass,
ImportParams params,
ISaxRowRead rowRead,
IExcelReadRowHanlder hanlder) |
| 构造器和说明 |
|---|
SaxRowRead(Class<?> pojoClass,
ImportParams params,
IExcelReadRowHanlder hanlder) |
Copyright © 2022. All rights reserved.