tfussell / xlnt

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

Unwanted conversion #543

Closed PapiVPG closed 3 years ago

PapiVPG commented 3 years ago

Why date in cell for example "1992-01-23" is convcerted to int 33626 in this case? How to get string from cell "1992-01-23". (to_string() is not working in this case)