Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

当excel第一行为空时,没有进入invokeHeadMap #993

Closed
qwn3213 opened this issue Dec 18, 2019 · 2 comments
Closed

当excel第一行为空时,没有进入invokeHeadMap #993

qwn3213 opened this issue Dec 18, 2019 · 2 comments
Assignees
Labels
bug Something isn't working pending verification This problem needs to be confirmed

Comments

@qwn3213
Copy link

qwn3213 commented Dec 18, 2019

触发场景描述
当工作簿的第一行为空行时,直接跳过了invokeHeadMap
设置ignoreEmptyRow=false也没作用

触发Bug的代码

 EasyExcelListener excelListener = new EasyExcelListener(handleService);
 EasyExcel.read(fileName,null, excelListener).ignoreEmptyRow(false).doReadAll();

提示的异常或者没有达到的效果

@qwn3213 qwn3213 added the bug Something isn't working label Dec 18, 2019
@zhuangjiaju zhuangjiaju added the pending verification This problem needs to be confirmed label Dec 28, 2019
@qwn3213
Copy link
Author

qwn3213 commented Mar 12, 2020

@zhuangjiaju

@zhuangjiaju
Copy link
Collaborator

已经在2.2.1里面修复

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working pending verification This problem needs to be confirmed
Projects
None yet
Development

No branches or pull requests

2 participants