批注接口 ManySheetRequestExcel


@Documented @Target(PARAMETER) @Retention(RUNTIME) public @interface ManySheetRequestExcel
导入多列sheet excel
  • 元素详细资料

    • fileName

      String fileName
      前端上传字段名称 file
      默认值:
      "file"
    • ignoreEmptyRow

      boolean ignoreEmptyRow
      是否跳过空行
      返回:
      默认跳过
      默认值:
      true
    • ignoreInvalidRow

      boolean ignoreInvalidRow
      是否跳过校验失败行, 返回结果list不包括校验失败的数据
      返回:
      默认值:
      false
    • errorReturn

      boolean errorReturn
      校验错误是否直接跳出去
      默认值:
      false
    • readListener

      Class<? extends ListAnalysisEventListener<?>> readListener
      读取的监听器类
      返回:
      readListener
      默认值:
      com.sie.mbm.mom.framework.excel.handler.ManySheetAnalysisEventListener.class