[alibaba/easyexcel]2.2.11导入读取到空行

2024-05-11 169 views
4

读取的代码为,已经设置了过滤空行 ZZAccountEntityListener zzAccountEntityListener = new ZZAccountEntityListener(); EasyExcel.read(file.getInputStream(), ZZAccountEntity.class, zzAccountEntityListener).ignoreEmptyRow(true).sheet().doRead(); List ZZAccountlist = zzAccountEntityListener.getList(); excel中有 10行数据,读取到了27行 image image 空行是我之前输入数据,但是后来把数据删除掉了

回答

2

3.x 版本也有这个问题

3

这会在3.1.0修复

7

这会在3.1.0修复

请问3.1.0计划什么时候上线