@Retention(value=RUNTIME) @Target(value=FIELD) @Documented public @interface ExcelCell
Modifier and Type | Required Element and Description |
---|---|
int |
value
Specifies the column index where the corresponding value is mapped from the excel data
|
Copyright © 2017–2020. All rights reserved.