tfussell / xlnt

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

Improving memory usage and allocation #670

Closed ThibaultDECO closed 1 year ago

ThibaultDECO commented 1 year ago

Improving memory usage and allocation. No need for an optional to a pointer Switching to a pointer directly Making valuetext as optional to reduce memory usage

ThibaultDECO commented 1 year ago

Error again, sorry