tfussell / xlnt

:bar_chart: Cross-platform user-friendly xlsx library for C++11+
Other
1.5k stars 423 forks source link

Throw "counts don`t match" exception #718

Open DamonGX opened 1 year ago

DamonGX commented 1 year ago

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 commented 6 months ago

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