public class ExcelEntityParse extends ExportCommonServer
dataHanlder, needHanlderList| 构造器和说明 |
|---|
ExcelEntityParse() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
createListCells(int index,
int cellNum,
Object obj,
List<ExcelExportEntity> excelParams,
org.apache.poi.xwpf.usermodel.XWPFTable table,
short rowHeight)
创建List之后的各个Cells
|
void |
parseNextRowAndAddRow(org.apache.poi.xwpf.usermodel.XWPFTable table,
int index,
ExcelListEntity entity)
解析上一行并生成更多行
|
getAllExcelField, getCellValue, getFieldBySomeMethod, getFieldLength, getListCellValue, getRowHeight, getRowNums, indexExcelEntity, sortAllParamspublic void createListCells(int index,
int cellNum,
Object obj,
List<ExcelExportEntity> excelParams,
org.apache.poi.xwpf.usermodel.XWPFTable table,
short rowHeight)
throws Exception
index - cellNum - obj - 当前对象excelParams - 列参数信息table - 当前表格rowHeight - 行高Exceptionpublic void parseNextRowAndAddRow(org.apache.poi.xwpf.usermodel.XWPFTable table,
int index,
ExcelListEntity entity)
table - index - entity - Copyright © 2017 Lumer. All Rights Reserved.