tfussell / xlnt

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

Date to string #544

Closed PapiVPG closed 3 years ago

PapiVPG commented 3 years ago

Is there any function to change value for example "33626" to date "1992-01-23"? Or maybe it's possible to get date from cell [1992-01-23] without conversion to int?