tfussell / xlnt

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

loss of data #700

Open lightyear67 opened 1 year ago

lightyear67 commented 1 year ago

My data in the cell is "0.0000001". when I use "cell.to_string". I got the value is "0". What should I do to prevent it from formatting from a string to a number