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

Throw "counts don`t match" exception #718

Open
DamonGX opened this issue Nov 2, 2023 · 1 comment
Open

Throw "counts don`t match" exception #718

DamonGX opened this issue Nov 2, 2023 · 1 comment

Comments

@DamonGX
Copy link

DamonGX commented Nov 2, 2023

test (2).xlsx
Loading this file will throw an exception, but the content looks normal.
Exception In:
if ((in_style_records && count != style_records.size()) || (!in_style_records && count != format_records.size())) { throw xlnt::exception("counts don't match"); }

@doomlaur
Copy link
Contributor

This is a duplicate of the more recent issue #735 and fixed by Pull Request #736.

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

2 participants