org.jeecgframework.poi.excel.imports.sax
类 SaxReadExcel

java.lang.Object
  继承者 org.jeecgframework.poi.excel.imports.sax.SaxReadExcel

public class SaxReadExcel
extends Object

基于SAX Excel大数据读取,读取Excel 07版本,不支持图片读取

版本:
1.0
作者:
JueYue

构造方法摘要
SaxReadExcel()
           
 
方法摘要
<T> List<T>
readExcel(InputStream inputstream, Class<?> pojoClass, ImportParams params, ISaxRowRead rowRead, IExcelReadRowHanlder hanlder)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

SaxReadExcel

public SaxReadExcel()
方法详细信息

readExcel

public <T> List<T> readExcel(InputStream inputstream,
                             Class<?> pojoClass,
                             ImportParams params,
                             ISaxRowRead rowRead,
                             IExcelReadRowHanlder hanlder)


Copyright © 2015. All Rights Reserved.