tfussell / xlnt

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

Fresh release #725

Open SashkaCosmonaut opened 6 months ago

SashkaCosmonaut commented 6 months ago

Could you please make a new release that enables support for .xlsm files? Then I will create an issue in vcpkg to update the xlnt port.

doomlaur commented 6 months ago

Maybe you know it already, but I just want to quickly mention that XLNT already has support for .xlsm files - in fact, I'm using XLNT in a project that allows opening them. However, that feature does not exist in a stable release yet, so that won't help you with vcpkg. For now I recommend compiling XLNT from the master branch, as newer versions are more stable than the "stable" version 1.5.0.

Of course, having a new official release would be much better - also because it can then be easily used with vcpkg :)

SashkaCosmonaut commented 5 months ago

Thank you, @doomlaur!

I did as you said and everything works. It would be nice to have updated vcpkg package, but the source compilation was not difficult either.