批注接口 Sheet


@Target(METHOD) @Retention(RUNTIME) @Documented public @interface Sheet
Sheet表格
  • 元素详细资料

    • sheetNo

      int sheetNo
      默认值:
      -1
    • sheetName

      String sheetName
      sheet name
    • includes

      String[] includes
      包含字段
      默认值:
      {}
    • excludes

      String[] excludes
      排除字段
      默认值:
      {}
    • headGenerateClass

      Class<? extends HeadGenerator> headGenerateClass
      头生成器
      默认值:
      com.sie.mbm.mom.framework.excel.head.HeadGenerator.class