|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
| 使用 ISaxRowRead 的软件包 | |
|---|---|
| org.jeecgframework.poi.excel | |
| org.jeecgframework.poi.excel.imports.sax | |
| org.jeecgframework.poi.excel.imports.sax.parse | |
| org.jeecgframework.poi.excel 中 ISaxRowRead 的使用 |
|---|
| 参数类型为 ISaxRowRead 的 org.jeecgframework.poi.excel 中的方法 | ||
|---|---|---|
static
|
ExcelImportUtil.importExcelBySax(InputStream inputstream,
ISaxRowRead rowRead)
Excel 通过SAX解析方法,适合大数据导入,不支持图片 导入 数据源IO流,不返回校验结果 导入 字段类型 Integer,Long,Double,Date,String,Boolean |
|
| org.jeecgframework.poi.excel.imports.sax 中 ISaxRowRead 的使用 |
|---|
| 参数类型为 ISaxRowRead 的 org.jeecgframework.poi.excel.imports.sax 中的方法 | ||
|---|---|---|
|
SaxReadExcel.readExcel(InputStream inputstream,
Class<?> pojoClass,
ImportParams params,
ISaxRowRead rowRead,
IExcelReadRowHanlder hanlder)
|
|
| 参数类型为 ISaxRowRead 的 org.jeecgframework.poi.excel.imports.sax 中的构造方法 | |
|---|---|
SheetHandler(org.apache.poi.xssf.model.SharedStringsTable sst,
ISaxRowRead rowRead)
|
|
| org.jeecgframework.poi.excel.imports.sax.parse 中 ISaxRowRead 的使用 |
|---|
| 实现 ISaxRowRead 的 org.jeecgframework.poi.excel.imports.sax.parse 中的类 | |
|---|---|
class |
SaxRowRead
当行读取数据 |
|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||