Package com.poiji.annotation
Annotation Type ExcelSheet
-
@Retention(RUNTIME) @Target(TYPE) @Documented public @interface ExcelSheet
Annotation to set the sheet name to be processed.
-
-
Element Detail
-
value
String value
Specifies the name of the sheet that is to be processed.- Returns:
- the sheet name.
-
-