public final class ExcelExportOfTemplateUtil extends BaseExportServer
excelExportStyler, typedataHanlder, needHanlderList| 构造器和说明 |
|---|
ExcelExportOfTemplateUtil() |
| 限定符和类型 | 方法和说明 |
|---|---|
org.apache.poi.ss.usermodel.Workbook |
createExcleByTemplate(TemplateExportParams params,
Class<?> pojoClass,
Collection<?> dataSet,
Map<String,Object> map) |
org.apache.poi.ss.usermodel.Workbook |
createExcleByTemplate(TemplateExportParams params,
Map<Integer,Map<String,Object>> map) |
int |
getOneObjectSize(Object t,
List<ExcelExportEntity> excelParams)
获取单个对象的高度,主要是处理一堆多的情况
|
addStatisticsRow, createCells, createDoubleCell, createImageCell, createImageCell, createListCells, createStringCell, getExcelExportStyler, getImageType, getStyles, mergeCells, setCellWith, setCurrentIndex, setExcelExportStylergetAllExcelField, getCellValue, getFieldBySomeMethod, getFieldLength, getListCellValue, getRowHeight, getRowNums, indexExcelEntity, sortAllParamspublic int getOneObjectSize(Object t, List<ExcelExportEntity> excelParams) throws Exception
t - excelParams - Exceptionpublic org.apache.poi.ss.usermodel.Workbook createExcleByTemplate(TemplateExportParams params, Class<?> pojoClass, Collection<?> dataSet, Map<String,Object> map)
Copyright © 2017 Lumer. All Rights Reserved.