Annotation Interface Sheet


@Target(METHOD) @Retention(RUNTIME) @Documented public @interface Sheet
Author:
Yakir
  • Element Details

    • sheetName

      String sheetName
      sheet name
    • sheetNo

      int sheetNo
      Default:
      -1
    • includes

      String[] includes
      包含字段
      Default:
      {}
    • excludes

      String[] excludes
      排除字段
      Default:
      {}
    • headGenerateClass

      Class<? extends HeadGenerator> headGenerateClass
      头生成器
      Default:
      com.pig4cloud.plugin.excel.head.HeadGenerator.class