tfussell / xlnt

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

Exception Unhandled Error #613

Closed vg8open closed 2 years ago

vg8open commented 2 years ago

xlnt version 1.5.0

When I tried to load a simple excel file with formulas using wb.load(), the library gives an Exception Unhandled error shown below.

image

image

This is the file I am trying to load: Book1.xlsx

Thanks

vg8open commented 2 years ago

The latest source code in the repository works