| 程序包 | 说明 |
|---|---|
| org.jeecgframework.poi.excel | |
| org.jeecgframework.poi.excel.imports.sax | |
| org.jeecgframework.poi.excel.imports.sax.parse |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
ExcelImportUtil.importExcelBySax(InputStream inputstream,
Class<?> pojoClass,
ImportParams params,
IExcelReadRowHanlder hanlder)
Excel 通过SAX解析方法,适合大数据导入,不支持图片 导入 数据源本地文件,不返回校验结果 导入 字 段类型
Integer,Long,Double,Date,String,Boolean
|
| 限定符和类型 | 方法和说明 |
|---|---|
<T> List<T> |
SaxReadExcel.readExcel(InputStream inputstream,
Class<?> pojoClass,
ImportParams params,
ISaxRowRead rowRead,
IExcelReadRowHanlder hanlder) |
| 构造器和说明 |
|---|
SaxRowRead(Class<?> pojoClass,
ImportParams params,
IExcelReadRowHanlder hanlder) |
Copyright © 2023. All rights reserved.