Package com.poiji.annotation
Annotation Type ExcelCellName
-
@Retention(RUNTIME) @Target(FIELD) @Documented public @interface ExcelCellNameCreated by hakan on 16/03/2018
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.StringvalueSpecifies the column name 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.
-