tfussell / xlnt

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

Fixes float warnings #657

Closed ThibaultDECO closed 1 year ago

ThibaultDECO commented 2 years ago

Fixes warning C4305: 'initializing': truncation from 'double' to 'float' Fixes warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data

tfussell commented 1 year ago

Thanks for the contribution!