org.jeecgframework.poi.word.entity.params
类 ExcelListEntity
java.lang.Object
org.jeecgframework.poi.excel.entity.ExcelBaseParams
org.jeecgframework.poi.word.entity.params.ExcelListEntity
public class ExcelListEntity
- extends ExcelBaseParams
Excel 导出对象
- 作者:
- JueYue
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExcelListEntity
public ExcelListEntity()
ExcelListEntity
public ExcelListEntity(List<?> list,
Class<?> clazz)
ExcelListEntity
public ExcelListEntity(List<?> list,
Class<?> clazz,
IExcelDataHandler dataHanlder)
ExcelListEntity
public ExcelListEntity(List<?> list,
Class<?> clazz,
IExcelDataHandler dataHanlder,
int headRows)
ExcelListEntity
public ExcelListEntity(List<?> list,
Class<?> clazz,
int headRows)
getClazz
public Class<?> getClazz()
getHeadRows
public int getHeadRows()
getList
public List<?> getList()
setClazz
public void setClazz(Class<?> clazz)
setHeadRows
public void setHeadRows(int headRows)
setList
public void setList(List<?> list)
Copyright © 2015. All Rights Reserved.