-
Notifications
You must be signed in to change notification settings - Fork 7.5k
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
读取多sheet文件时,只获取了第一个sheet 版本:3.2.1 #3930
Labels
Comments
Please provide a minimal reproducible demo. |
psxjoy
added
help wanted
Extra attention is needed
question
Further information is requested
and removed
bug
Something isn't working
labels
Aug 15, 2024
复现代码
|
另外还发现一个问题 代码同上 以下是不同代码
CreativeQuotationAccFeeTmpDeliverablesListener监听器重写此代码没有进行调用
|
没有人来解答 或者看下这个问题么? @zhuangjiaju @psxjoy @frankggyy @clevertension |
@psxjoy 我大概知道原因了 处理两个sheet的Listener类中重写了hasNext方法,第一个 处理程序执行完重写的hasNext方法返回false。影响到了第二个处理类没有执行。这应该算是bug。 |
Nice try!Very happy with your information. I will check it and discuss whether fix it or add suggestion on website. Thank you for debuging.
获取 Outlook for iOS<https://aka.ms/o0ukef>
…________________________________
发件人: vnsun ***@***.***>
发送时间: Monday, August 26, 2024 5:51:11 PM
收件人: alibaba/easyexcel ***@***.***>
抄送: Black Pan ***@***.***>; Mention ***@***.***>
主题: Re: [alibaba/easyexcel] 读取多sheet文件时,只获取了第一个sheet 版本:3.2.1 (Issue #3930)
@psxjoy<https://github.com/psxjoy> 我大概知道原因了 处理两个sheet的Listener类中重写了hasNext方法,第一个 处理程序执行完重写的hasNext方法返回false。影响到了第二个处理类没有执行。这应该算是bug。
注释掉重写的hasNext 执行正常
image.png (view on web)<https://github.com/user-attachments/assets/11061931-51ea-42e5-bcf7-d878743116d8>
―
Reply to this email directly, view it on GitHub<#3930 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ACRXFDVDJEHTJZP374SW32DZTL3A7AVCNFSM6AAAAABMN57AOOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMBZHAYDSMJYGM>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
OK,很期待 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
读取多个sheet文件时,只能获取第一个sheet数据
以下是读取代码,第二个监听器方法没有回调执行
下面是我的文件,几经确认sheet名称无错。且指定下标执行结果依旧读取不到第二个sheet
debug
只读取一个指定的sheet正常获取数据
版本3.2.1 升级版本3.3.4、4.0.1 依然没有解决此问题
The text was updated successfully, but these errors were encountered: