@Retention(value=RUNTIME) @Target(value=METHOD) public @interface ExcelRead
ExcelReadWrapper to wrap the data,| 限定符和类型 | 可选元素和说明 |
|---|---|
boolean |
check
Whether to check whether the Excel template matches when importing
|
int |
headerIndex
Excel real header start index
|
String[] |
ignores
Table headers to be ignored when importing, the number of table headers typically
used in Excel files does not match the number of mapped entity fields,
or some table headers are ignored when exporting templates
|
boolean |
metaInfo
Whether is need meta info(Such as header,title)
|
String |
value
Sheet name
|
public abstract String value
public abstract boolean check
public abstract boolean metaInfo
public abstract String[] ignores
Copyright © 2020. All rights reserved.