wkaisertexas / HealthLens

Apple Health's missing "Export to CSV" button
https://apps.apple.com/app/health-lens-csv-exporter/id6578440958
MIT License
6 stars 0 forks source link

Excel Exporter #14

Open wkaisertexas opened 4 months ago

wkaisertexas commented 4 months ago

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.

wkaisertexas commented 3 months ago

CoreXLSX can't actually be used here, you need to use something like XLSX Writer instead.

wkaisertexas commented 3 months ago

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