tfussell / xlnt

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

Problem with big integers like _int64 #188

Closed Andrey-N closed 7 years ago

Andrey-N commented 7 years ago

Big integers xlnt save as long double in memory and whats part work well. But in saved file all values what is great whan int32 saved as -2147483648 value Tested on Visual Studio 2017

tfussell commented 7 years ago

This is fixed in the dev branch now. It will be included in the version 1.1 release in the next few days.