Package icu.easyj.poi.excel.annotation
Annotation Interface ExcelCell
@Target(FIELD)
@Retention(RUNTIME)
@Inherited
@Repeatable(ExcelCells.class)
public @interface ExcelCell
excel表格的列对应属性的注解
- Author:
- wangliang181230
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional Elements
-
Element Details
-
headName
String headName -
cellNum
int cellNum
-
-
-
headComment
String headComment- Default:
- ""
-
column
String column- Default:
- ""
-
trueText
String trueText- Default:
- "Y"
-
falseText
String falseText- Default:
- "N"
-
convert
String convert- Default:
- ""
-
format
String format- Default:
- ""
-
align
String align- Default:
- ""
-
verAlign
String verAlign- Default:
- "middle"
-
width
int width- Default:
- -1
-
wrapText
boolean wrapText- Default:
- false
-
color
String color- Default:
- ""
-
backgroundColor
String backgroundColor- Default:
- ""
-