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