接口 org.jeecgframework.poi.excel.imports.sax.parse.ISaxRowRead
的使用

使用 ISaxRowRead 的软件包
org.jeecgframework.poi.excel   
org.jeecgframework.poi.excel.imports.sax   
org.jeecgframework.poi.excel.imports.sax.parse   
 

org.jeecgframework.poi.excelISaxRowRead 的使用
 

参数类型为 ISaxRowReadorg.jeecgframework.poi.excel 中的方法
static
<T> List<T>
ExcelImportUtil.importExcelBySax(InputStream inputstream, ISaxRowRead rowRead)
          Excel 通过SAX解析方法,适合大数据导入,不支持图片 导入 数据源IO流,不返回校验结果 导入 字段类型 Integer,Long,Double,Date,String,Boolean
 

org.jeecgframework.poi.excel.imports.saxISaxRowRead 的使用
 

参数类型为 ISaxRowReadorg.jeecgframework.poi.excel.imports.sax 中的方法
<T> List<T>
SaxReadExcel.readExcel(InputStream inputstream, Class<?> pojoClass, ImportParams params, ISaxRowRead rowRead, IExcelReadRowHanlder hanlder)
           
 

参数类型为 ISaxRowReadorg.jeecgframework.poi.excel.imports.sax 中的构造方法
SheetHandler(org.apache.poi.xssf.model.SharedStringsTable sst, ISaxRowRead rowRead)
           
 

org.jeecgframework.poi.excel.imports.sax.parseISaxRowRead 的使用
 

实现 ISaxRowReadorg.jeecgframework.poi.excel.imports.sax.parse 中的类
 class SaxRowRead
          当行读取数据
 



Copyright © 2015. All Rights Reserved.