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

读取共享公式报错 #4035

Open
WyKingXing opened this issue Oct 26, 2024 · 1 comment
Open

读取共享公式报错 #4035

WyKingXing opened this issue Oct 26, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@WyKingXing
Copy link

触发场景描述

excel表
前三行数据为普通数据,第四行数据为前三行数据的求和 (=SUM(A1:A3))。此数据第一列(A,4)写了这个公式,往右拖动,到(A , 4)。使用map读取的时候会把错,如下。有几列报几个错误,经过尝试,如果从(A,1) 向右拖动6列不会报错,但是超过6列,就会报错。也不算错误,属于是日志里面debug级别的日志,的确是报错了,但是这个错误通过日志的debug的方式输出了。所以需要开启日志级别为denug。

触发Bug的代码

代码1
代码2
maven 里面导入的是
com.alibaba
easyexcel
3.3.4
ch.qos.logback
logback-classic
1.2.3

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

@WyKingXing WyKingXing added the bug Something isn't working label Oct 26, 2024
@WyKingXing
Copy link
Author

希望即使开启 debug 日志,不输出这条错误的日志信息。

@alibaba alibaba deleted a comment Oct 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants