Annotation Interface ColumnBind
绑定Excel单元格的属性
-
必需元素概要
所需元素 -
可选元素概要
可选元素
-
元素详细资料
-
columnIndex
int columnIndex单元格序号
-
-
-
format
String format日期格式化 默认使用LocalDateTime格式- 默认值:
- "yyyy-MM-dd"
-
adapter
Class<? extends DataCastAdapter<?>> adapter自定义适配器- 另请参阅:
- 默认值:
- cn.toutatis.xvoid.axolotl.excel.support.adapters.AutoAdapter.class
-