注释类型 SpecifyPositionBind
标注在字段上,指定该字段在excel中的位置
-
必需元素概要
所需元素 -
可选元素概要
可选元素
-
元素详细资料
-
value
String value指定单元格位置,如A1,B2等
-
-
-
format
String format- 默认值:
- "yyyy-MM-dd"
-
adapter
Class<? extends DataCastAdapter<?>> adapter指定单元格位置的适配器,默认使用默认适配器- 默认值:
- cn.toutatis.xvoid.axolotl.excel.reader.support.adapters.AutoAdapter.class
-