@Target(value=TYPE) @Retention(value=RUNTIME) @Inherited public @interface Excel
| Modifier and Type | Optional Element and Description |
|---|---|
ExcelCell[] |
cells |
ExcelCustomRowConfig |
customFirstRow |
ExcelCustomRowConfig |
customFooterRow |
int |
defaultWidth |
int |
freezeDataCells |
boolean |
freezeHeadRow |
boolean |
freezeNumberCell |
boolean |
needBorder |
boolean |
needFilter |
boolean |
needHeadRow |
boolean |
needNumberCell |
String |
numberCellHeadName |
String |
sheetName |
boolean |
showFooterRow |
Class<? extends IListToExcelHook>[] |
toExcelHookClasses
转换为Excel时的勾子列表
|
boolean |
widthAutoSize |
public abstract String sheetName
public abstract String numberCellHeadName
public abstract ExcelCell[] cells
public abstract Class<? extends IListToExcelHook>[] toExcelHookClasses
public abstract ExcelCustomRowConfig customFirstRow
public abstract ExcelCustomRowConfig customFooterRow
Copyright © 2021–2022 EasyJ????. All rights reserved.