Package com.poiji.annotation
Annotation Type ExcelCell
-
@Retention(RUNTIME) @Target(FIELD) @Documented public @interface ExcelCellIndicates that a field declaration contains excel metadata. Created by hakan on 17/01/2017.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description intvalueSpecifies the column index where the corresponding value is mapped from the excel data
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleanmandatoryCellSpecifies whether the cell value of the header is required in each row.booleanmandatoryHeaderSpecifies whether the header is required or not.
-