Open wkaisertexas opened 4 months ago
CoreXLSX can't actually be used here, you need to use something like XLSX Writer instead.
This is a tutorial which uses the library that XLSX writer uses. If a lower-level is needed
https://eorvain-app.medium.com/write-and-create-excel-files-in-swift-1b2dc282ad81
Use CoreXLSX to automatically generate excel files as an alternate export format.
Each piece of data should be it's own separate sheet and the default formatting should look fairly decent.