Closed WT-AHA closed 3 months ago
我今天也遇到同样的问题,当我在导入导出模板类上添加@Accessors(chain= true)时,进行数据导入时,属性字段映射数据总是为null,当我去掉此注解时,映射成功.我当前的easyExcel的jar版本是:4.0.1
I think setter methods should focus on the single responsibility of setting properties. We don’t have plans to support this feature at the moment.
我认为 setter 方法应该专注于设置属性的单一职责。 目前暂时没有支持该特性的打算。
meet the same problem,so it will not be support in the future right>>?
meet the same problem,so it will not be support in the future right>>?
We don't have plans to support this feature at the moment. However, we may consider adding compatibility for it in future updates.
建议先去看文档
快速开始 、常见问题
触发场景描述
当用于读取excel的实体类使用了 @Accessors(chain = true) 注解时,属性就会映射不上,使用 @Data 注解是正常的,看下后续是否准备支持此注解
触发Bug的代码
提示的异常或者没有达到的效果
大家尽量把问题一次性描述清楚,然后贴上全部异常,这样方便把问题一次性解决掉。 至少大家要符合一个原则就是,能让其他人复现出这个问题,如果无法复现,肯定无法解决。