Closed zgc824 closed 5 years ago
对象o 是什么?
EasyExcel.read(fileName, null, excelListener).sheet().headRowNumber(0).doRead(); 读的时候设置headRowNumber试试
好的,谢谢
------------------ 原始邮件 ------------------ 发件人: "景森"notifications@github.com; 发送时间: 2019年9月29日(星期天) 下午3:29 收件人: "alibaba/easyexcel"easyexcel@noreply.github.com; 抄送: "Subscribed"subscribed@noreply.github.com; 主题: Re: [alibaba/easyexcel] 无法读取excel表头数据 (#650)
EasyExcel.read(fileName, null, excelListener).sheet().headRowNumber(0).doRead(); 读的时候设置headRowNumber试试
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.
对象o就是invoke方法的的第一个入参
EasyExcel.read(in, null, excelListener).headRowNumber(0).build().read() 成功读取每个sheet页的数据
异常代码
异常提示 无异常,解析的数据,对象o无表头中文数据 建议描述