Package com.poiji.annotation
Annotation Type ExcelCell
-
@Retention(RUNTIME) @Target(FIELD) @Documented public @interface ExcelCell
Indicates 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
-