tfussell / xlnt

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

cant read from a file #581

Closed EinRainerZufall closed 3 years ago

EinRainerZufall commented 3 years ago

I have two xlsx files from which i can read one normally but if i try to read from the second file i get a parser error. Can anybody explain me what's the difference of the two files? able to read.xlsx unable to read.xlsx Screenshot 2021-08-22 020621

EinRainerZufall commented 3 years ago

I found a solution for me in the unable to read.xlsx file are simple calculations I changed them to normal numbers and jet it work. but is this normal that xlnt can`t read .xlsx files that contain calculations? @tfussell