Annotation Type ExcelSheet


  • @Retention(RUNTIME)
    @Target(TYPE)
    @Documented
    public @interface ExcelSheet
    Annotation to set the sheet name to be processed.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String value
      Specifies the name of the sheet that is to be processed.
    • Element Detail

      • value

        java.lang.String value
        Specifies the name of the sheet that is to be processed.
        Returns:
        the sheet name.