org.jeecgframework.poi.excel.imports.sax.parse
类 SaxRowRead

java.lang.Object
  继承者 org.jeecgframework.poi.excel.imports.base.ImportBaseService
      继承者 org.jeecgframework.poi.excel.imports.sax.parse.SaxRowRead
类型参数:
T -
所有已实现的接口:
ISaxRowRead

public class SaxRowRead
extends ImportBaseService
implements ISaxRowRead

当行读取数据

作者:
JueYue

构造方法摘要
SaxRowRead(Class<?> pojoClass, ImportParams params, IExcelReadRowHanlder hanlder)
           
 
方法摘要
<T> List<T>
getList()
          获取返回数据
 void parse(int index, List<SaxReadCellEntity> datas)
          解析数据
 
从类 org.jeecgframework.poi.excel.imports.base.ImportBaseService 继承的方法
addEntityToMap, getAllExcelField, getExcelField, getExcelFieldList, getFieldBySomeMethod, getSaveExcelUrl, saveThisExcel, setFieldBySomeMethod, setValues
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

SaxRowRead

public SaxRowRead(Class<?> pojoClass,
                  ImportParams params,
                  IExcelReadRowHanlder hanlder)
方法详细信息

getList

public <T> List<T> getList()
从接口 ISaxRowRead 复制的描述
获取返回数据

指定者:
接口 ISaxRowRead 中的 getList
返回:

parse

public void parse(int index,
                  List<SaxReadCellEntity> datas)
从接口 ISaxRowRead 复制的描述
解析数据

指定者:
接口 ISaxRowRead 中的 parse


Copyright © 2015. All Rights Reserved.