public class ExcelEntityParse extends ExportCommonService
commentHandler, dataHandler, dictHandler, i18nHandler, needHandlerList| 构造器和说明 |
|---|
ExcelEntityParse() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
createListCells(int index,
int cellNum,
java.lang.Object obj,
java.util.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,
java.lang.Object obj,
java.util.List<ExcelExportEntity> excelParams,
org.apache.poi.xwpf.usermodel.XWPFTable table,
short rowHeight)
throws java.lang.Exception
index - cellNum - obj - 当前对象excelParams - 列参数信息table - 当前表格rowHeight - 行高java.lang.Exceptionpublic void parseNextRowAndAddRow(org.apache.poi.xwpf.usermodel.XWPFTable table,
int index,
ExcelListEntity entity)
table - index - entity - Copyright © 2021 悟耘. All Rights Reserved.