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
前三行数据为普通数据,第四行数据为前三行数据的求和 (=SUM(A1:A3))。此数据第一列(A,4)写了这个公式,往右拖动,到(A , 4)。使用map读取的时候会把错,如下。有几列报几个错误,经过尝试,如果从(A,1) 向右拖动6列不会报错,但是超过6列,就会报错。也不算错误,属于是日志里面debug级别的日志,的确是报错了,但是这个错误通过日志的debug的方式输出了。所以需要开启日志级别为denug。
maven 里面导入的是 com.alibaba easyexcel 3.3.4 ch.qos.logback logback-classic 1.2.3
The text was updated successfully, but these errors were encountered:
希望即使开启 debug 日志,不输出这条错误的日志信息。
Sorry, something went wrong.
zhuangjiaju
No branches or pull requests
触发场景描述
前三行数据为普通数据,第四行数据为前三行数据的求和 (=SUM(A1:A3))。此数据第一列(A,4)写了这个公式,往右拖动,到(A , 4)。使用map读取的时候会把错,如下。有几列报几个错误,经过尝试,如果从(A,1) 向右拖动6列不会报错,但是超过6列,就会报错。也不算错误,属于是日志里面debug级别的日志,的确是报错了,但是这个错误通过日志的debug的方式输出了。所以需要开启日志级别为denug。
触发Bug的代码
maven 里面导入的是
com.alibaba
easyexcel
3.3.4
ch.qos.logback
logback-classic
1.2.3
提示的异常或者没有达到的效果
The text was updated successfully, but these errors were encountered: