注释类型 ColumnBind
绑定Excel单元格的属性
-
可选元素概要
可选元素修饰符和类型可选元素说明Class<? extends DataCastAdapter<?>>自定义适配器int单元格序号数据格式化 默认使用LocalDateTime格式String[]表头名称
-
元素详细资料
-
headerName
String[] headerName表头名称- 返回:
- 表头名称
- 默认值:
- {}
-
columnIndex
int columnIndex单元格序号- 默认值:
- -1
-
format
String format数据格式化 默认使用LocalDateTime格式- 默认值:
- "yyyy-MM-dd"
-
adapter
Class<? extends DataCastAdapter<?>> adapter自定义适配器- 另请参阅:
- 默认值:
- cn.toutatis.xvoid.axolotl.excel.reader.support.adapters.AutoAdapter.class
-