|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectorg.jeecgframework.poi.excel.export.base.ExportBase
org.jeecgframework.poi.word.parse.excel.ExcelEntityParse
public class ExcelEntityParse
解析实体类对象 复用注解
| 字段摘要 |
|---|
| 从类 org.jeecgframework.poi.excel.export.base.ExportBase 继承的字段 |
|---|
dataHanlder, needHanlderList |
| 构造方法摘要 | |
|---|---|
ExcelEntityParse()
|
|
| 方法摘要 | |
|---|---|
void |
createListCells(int index,
int cellNum,
Object obj,
List<ExcelExportEntity> excelParams,
org.apache.poi.xwpf.usermodel.XWPFTable table)
创建List之后的各个Cells |
void |
parseNextRowAndAddRow(org.apache.poi.xwpf.usermodel.XWPFTable table,
int index,
ExcelListEntity entity)
解析上一行并生成更多行 |
| 从类 org.jeecgframework.poi.excel.export.base.ExportBase 继承的方法 |
|---|
getAllExcelField, getCellOrder, getCellValue, getExcelName, getFieldBySomeMethod, getListCellValue, getRowHeight, isInteger, sortAllParams |
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 构造方法详细信息 |
|---|
public ExcelEntityParse()
| 方法详细信息 |
|---|
public void createListCells(int index,
int cellNum,
Object obj,
List<ExcelExportEntity> excelParams,
org.apache.poi.xwpf.usermodel.XWPFTable table)
throws Exception
styles -
Exception
public void parseNextRowAndAddRow(org.apache.poi.xwpf.usermodel.XWPFTable table,
int index,
ExcelListEntity entity)
table - i - listobj -
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||