Package com.poiji.annotation
Annotation Type ExcelCellName
-
@Retention(RUNTIME) @Target(FIELD) @Documented public @interface ExcelCellName
Created by hakan on 16/03/2018
-
-
Element Detail
-
value
String value
Specifies the column name where the corresponding value is mapped from the excel data- Returns:
- column name
-
-