Package com.poiji.annotation
Annotation Type ExcelSheet
-
@Retention(RUNTIME) @Target(TYPE) @Documented public @interface ExcelSheetAnnotation to set the sheet name to be processed.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.StringvalueSpecifies the name of the sheet that is to be processed.
-