org.jeecgframework.poi.excel.export.template
类 ExcelExportOfTemplateUtil
java.lang.Object
org.jeecgframework.poi.excel.export.base.ExportBase
org.jeecgframework.poi.excel.export.base.ExcelExportBase
org.jeecgframework.poi.excel.export.template.ExcelExportOfTemplateUtil
public final class ExcelExportOfTemplateUtil
- extends ExcelExportBase
Excel 导出根据模板导出
- 版本:
- 1.0
- 作者:
- JueYue
| 从类 org.jeecgframework.poi.excel.export.base.ExcelExportBase 继承的方法 |
addStatisticsRow, createCells, createImageCell, createListCells, createStringCell, getExcelExportStyler, getFieldWidth, getImageType, getStyles, mergeCells, setCellWith, setCurrentIndex, setExcelExportStyler |
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExcelExportOfTemplateUtil
public ExcelExportOfTemplateUtil()
getOneObjectSize
public int getOneObjectSize(Object t,
List<ExcelExportEntity> excelParams)
throws Exception
- 获取单个对象的高度,主要是处理一堆多的情况
- 参数:
styles - rowHeight -
- 抛出:
Exception
createExcleByTemplate
public org.apache.poi.ss.usermodel.Workbook createExcleByTemplate(TemplateExportParams params,
Class<?> pojoClass,
Collection<?> dataSet,
Map<String,Object> map)
createExcleByTemplate
public org.apache.poi.ss.usermodel.Workbook createExcleByTemplate(TemplateExportParams params,
Map<Integer,Map<String,Object>> map)
Copyright © 2015. All Rights Reserved.