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
| 从类 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.