|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
| org.jeecgframework.poi.excel 中 ExcelExportEntity 的使用 |
|---|
| 类型变量类型为 ExcelExportEntity 的 org.jeecgframework.poi.excel 中的方法参数 | |
|---|---|
static org.apache.poi.ss.usermodel.Workbook |
ExcelExportUtil.exportExcel(ExportParams entity,
List<ExcelExportEntity> entityList,
Collection<? extends Map<?,?>> dataSet)
根据Map创建对应的Excel |
| org.jeecgframework.poi.excel.entity.params 中 ExcelExportEntity 的使用 |
|---|
| 返回变量类型为 ExcelExportEntity 的类型的 org.jeecgframework.poi.excel.entity.params 中的方法 | |
|---|---|
List<ExcelExportEntity> |
ExcelExportEntity.getList()
|
| 参数类型为 ExcelExportEntity 的 org.jeecgframework.poi.excel.entity.params 中的方法 | |
|---|---|
int |
ExcelExportEntity.compareTo(ExcelExportEntity prev)
|
| 类型变量类型为 ExcelExportEntity 的 org.jeecgframework.poi.excel.entity.params 中的方法参数 | |
|---|---|
void |
ExcelExportEntity.setList(List<ExcelExportEntity> list)
|
| org.jeecgframework.poi.excel.export 中 ExcelExportEntity 的使用 |
|---|
| 类型变量类型为 ExcelExportEntity 的 org.jeecgframework.poi.excel.export 中的方法参数 | |
|---|---|
void |
ExcelExportServer.createSheetForMap(org.apache.poi.ss.usermodel.Workbook workbook,
ExportParams entity,
List<ExcelExportEntity> entityList,
Collection<? extends Map<?,?>> dataSet)
|
| org.jeecgframework.poi.excel.export.base 中 ExcelExportEntity 的使用 |
|---|
| 参数类型为 ExcelExportEntity 的 org.jeecgframework.poi.excel.export.base 中的方法 | |
|---|---|
void |
ExcelExportBase.createImageCell(org.apache.poi.ss.usermodel.Drawing patriarch,
ExcelExportEntity entity,
org.apache.poi.ss.usermodel.Row row,
int i,
String imagePath,
Object obj)
图片类型的Cell |
void |
ExcelExportBase.createStringCell(org.apache.poi.ss.usermodel.Row row,
int index,
String text,
org.apache.poi.ss.usermodel.CellStyle style,
ExcelExportEntity entity)
创建文本类型的Cell |
Object |
ExportBase.getCellValue(ExcelExportEntity entity,
Object obj)
获取填如这个cell的值,提供一些附加功能 |
Collection<?> |
ExportBase.getListCellValue(ExcelExportEntity entity,
Object obj)
获取集合的值 |
org.apache.poi.ss.usermodel.CellStyle |
ExcelExportBase.getStyles(boolean needOne,
ExcelExportEntity entity)
获取样式 |
| 类型变量类型为 ExcelExportEntity 的 org.jeecgframework.poi.excel.export.base 中的方法参数 | |
|---|---|
int |
ExcelExportBase.createCells(org.apache.poi.ss.usermodel.Drawing patriarch,
int index,
Object t,
List<ExcelExportEntity> excelParams,
org.apache.poi.ss.usermodel.Sheet sheet,
org.apache.poi.ss.usermodel.Workbook workbook,
short rowHeight)
创建 最主要的 Cells |
void |
ExcelExportBase.createListCells(org.apache.poi.ss.usermodel.Drawing patriarch,
int index,
int cellNum,
Object obj,
List<ExcelExportEntity> excelParams,
org.apache.poi.ss.usermodel.Sheet sheet,
org.apache.poi.ss.usermodel.Workbook workbook)
创建List之后的各个Cells |
void |
ExportBase.getAllExcelField(String[] exclusions,
String targetId,
Field[] fields,
List<ExcelExportEntity> excelParams,
Class<?> pojoClass,
List<Method> getMethods)
获取需要导出的全部字段 |
int |
ExcelExportBase.getFieldWidth(List<ExcelExportEntity> excelParams)
获取导出报表的字段总长度 |
short |
ExportBase.getRowHeight(List<ExcelExportEntity> excelParams)
根据注解获取行高 |
void |
ExcelExportBase.mergeCells(org.apache.poi.ss.usermodel.Sheet sheet,
List<ExcelExportEntity> excelParams,
int titleHeight)
合并单元格 |
void |
ExcelExportBase.setCellWith(List<ExcelExportEntity> excelParams,
org.apache.poi.ss.usermodel.Sheet sheet)
|
void |
ExportBase.sortAllParams(List<ExcelExportEntity> excelParams)
对字段根据用户设置排序 |
| org.jeecgframework.poi.excel.export.styler 中 ExcelExportEntity 的使用 |
|---|
| 参数类型为 ExcelExportEntity 的 org.jeecgframework.poi.excel.export.styler 中的方法 | |
|---|---|
org.apache.poi.ss.usermodel.CellStyle |
IExcelExportStyler.getStyles(boolean noneStyler,
ExcelExportEntity entity)
获取样式方法 |
org.apache.poi.ss.usermodel.CellStyle |
AbstractExcelExportStyler.getStyles(boolean noneStyler,
ExcelExportEntity entity)
|
| org.jeecgframework.poi.excel.export.template 中 ExcelExportEntity 的使用 |
|---|
| 类型变量类型为 ExcelExportEntity 的 org.jeecgframework.poi.excel.export.template 中的方法参数 | |
|---|---|
int |
ExcelExportOfTemplateUtil.getOneObjectSize(Object t,
List<ExcelExportEntity> excelParams)
获取单个对象的高度,主要是处理一堆多的情况 |
| org.jeecgframework.poi.word.parse.excel 中 ExcelExportEntity 的使用 |
|---|
| 类型变量类型为 ExcelExportEntity 的 org.jeecgframework.poi.word.parse.excel 中的方法参数 | |
|---|---|
void |
ExcelEntityParse.createListCells(int index,
int cellNum,
Object obj,
List<ExcelExportEntity> excelParams,
org.apache.poi.xwpf.usermodel.XWPFTable table)
创建List之后的各个Cells |
|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||