tfussell / xlnt

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

xlnt::exception : couldn't open file: (sizes don't match) #517

Closed AuraElicase closed 4 years ago

AuraElicase commented 4 years ago
When I using Xlnt:x64-windows build by vcpkg, reading test.xlsx created by Excel 2019 witch has the same value in the same sheet, it will throw exception "couldn't open file: (sizes don't match)". Hope you can resove it, thank you.