Skip to content
New issue

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

Excel Exporter #14

Open
wkaisertexas opened this issue Jul 17, 2024 · 2 comments
Open

Excel Exporter #14

wkaisertexas opened this issue Jul 17, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@wkaisertexas
Copy link
Owner

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 wkaisertexas added the enhancement New feature or request label Jul 17, 2024
@wkaisertexas wkaisertexas added this to the v3 milestone Jul 17, 2024
@wkaisertexas wkaisertexas self-assigned this Jul 17, 2024
@wkaisertexas
Copy link
Owner Author

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

@wkaisertexas
Copy link
Owner Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant