jmcnamara / libxlsxwriter

A C library for creating Excel XLSX files.
https://libxlsxwriter.github.io
Other
1.49k stars 332 forks source link

Add Swift Package Manager support #391

Closed bvirlet closed 1 year ago

bvirlet commented 1 year ago

Fix #390

The test verifies that the library can be used from a Swift context. This was helpful to solve missing symbols as I chose which files I had to include. In the end, looking at the .podspec was very helpful.

jmcnamara commented 1 year ago

Merged. Thanks.