We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
触发场景描述 当工作簿的第一行为空行时,直接跳过了invokeHeadMap 设置ignoreEmptyRow=false也没作用
触发Bug的代码
EasyExcelListener excelListener = new EasyExcelListener(handleService); EasyExcel.read(fileName,null, excelListener).ignoreEmptyRow(false).doReadAll();
提示的异常或者没有达到的效果
The text was updated successfully, but these errors were encountered:
@zhuangjiaju
Sorry, something went wrong.
已经在2.2.1里面修复
zhuangjiaju
No branches or pull requests
触发场景描述
当工作簿的第一行为空行时,直接跳过了invokeHeadMap
设置ignoreEmptyRow=false也没作用
触发Bug的代码
提示的异常或者没有达到的效果
The text was updated successfully, but these errors were encountered: