We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
CoreXLSX can't actually be used here, you need to use something like XLSX Writer instead.
Sorry, something went wrong.
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
wkaisertexas
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: