@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
|
boolean |
headBefore
Whether to read all rows before the header
|
int |
headerIndex
The actual subscript of the Excel header,
subscript is evaluated from 0
|
String[] |
ignores
The name of the header to be ignored during import.
|
boolean |
metaInfo
已过时。
Please use {
headBefore()} |
String |
value
Sheet name
|
public abstract String value
public abstract boolean check
@Deprecated public abstract boolean metaInfo
headBefore()}public abstract boolean headBefore
public abstract String[] ignores
Copyright © 2021. All rights reserved.