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

读取合并单元格数据不一致 #4037

Open
yangzp11 opened this issue Oct 28, 2024 · 0 comments
Open

读取合并单元格数据不一致 #4037

yangzp11 opened this issue Oct 28, 2024 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@yangzp11
Copy link

建议先去看文档

快速开始常见问题

异常代码

           EasyExcel.read(is, clazz, listener).extraRead(CellExtraTypeEnum.MERGE).sheet().doRead();

问题描述

代码没变的情况下,文件一个是自己手动创建的模版,一个是代码导出的。读取合并单元格,手动创建的读取出来第二列及后面的列,对象中是不会有合并单元格的值的。代码导出的文件则读取出来对象中每一列都包含合并单元格的信息,我不知道是什么原因导致了这样,是否有方法可以控制这个。
image
image
image

@yangzp11 yangzp11 added the help wanted Extra attention is needed label Oct 28, 2024
@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
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant