tfussell / xlnt

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

Throw "counts don`t match" exception #718

Open DamonGX opened 11 months ago

DamonGX commented 11 months 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 4 months ago

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