Annotation Interface ColumnBind


@Target(FIELD) @Retention(RUNTIME) public @interface ColumnBind
绑定Excel单元格的属性
  • 必需元素概要

    所需元素
    修饰符和类型
    必需的元素
    说明
    int
    单元格序号
  • 可选元素概要

    可选元素
    修饰符和类型
    可选元素
    说明
    Class<? extends DataCastAdapter<?>>
    自定义适配器
    日期格式化 默认使用LocalDateTime格式
  • 元素详细资料

    • columnIndex

      int columnIndex
      单元格序号
    • format

      String format
      日期格式化 默认使用LocalDateTime格式
      默认值:
      "yyyy-MM-dd"
    • adapter

      Class<? extends DataCastAdapter<?>> adapter
      自定义适配器
      另请参阅:
      默认值:
      cn.toutatis.xvoid.axolotl.excel.support.adapters.AutoAdapter.class