Annotation Interface ExcelProperty
-
可选元素概要
可选元素
-
元素详细资料
-
value
String[] valueThe name of the sheet header.write: It automatically merges when you have more than one head
read: When you have multiple heads, take the first one
- 返回:
- The name of the sheet header
- 默认值:
- {""}
-
index
int indexIndex of column Read or write it on the index of column,If it's equal to -1, it's sorted by Java class- 返回:
- Index of column
- 默认值:
- -1
-
converter
Force the current field to use this converter.- 返回:
- Converter
- 默认值:
- com.sh.wf.excel.converters.AutoConverter.class
-
format
已过时。please useDateTimeFormatdefault @see com.sh.wf.excel.util.TypeUtil if default is not meet you can set format- 返回:
- Format string
- 默认值:
- ""
-
DateTimeFormat