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

parseReference issue #2012

Open
Berylzxy opened this issue Oct 17, 2024 · 1 comment
Open

parseReference issue #2012

Berylzxy opened this issue Oct 17, 2024 · 1 comment

Comments

@Berylzxy
Copy link

Berylzxy commented Oct 17, 2024

parseReference这个方法处理类似于 A:B这样的范围查询时,会把range设置成最大的TotalRows, 而实际上应该按照对应列的长度, 我们应该像这样子修改查询范围,加在prepareCellRange之前
image

@Berylzxy
Copy link
Author

Berylzxy commented Oct 17, 2024

修改cr.prepareCellRange的范围 或 在parseReference方法中增加一下查询列时的行数的范围

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@Berylzxy and others