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

Feature: Export as CSV or Excel #11

Closed
codediodeio opened this issue Jun 1, 2018 · 2 comments
Closed

Feature: Export as CSV or Excel #11

codediodeio opened this issue Jun 1, 2018 · 2 comments
Labels
enhancement New feature or request

Comments

@codediodeio
Copy link
Owner

We should also include the ability to export as CSV or xlsx.

@stildalf
Copy link
Contributor

The PR added support for exporting a single collection to CSV file or single sheet XLSX doc as well as selected/all collections to indexed CSV/XLSX files.

Exporting multiple or all collections to:

  • CSV separates all collections and includes an ~.INDEX.csv file
  • XLSX, single document, sheet per collections and includes an INDEX sheet

You can then import either the whole indexed export or selected collections (even nested).

Single/Selected/All collections can also be exported/imported to/from a JSON file.

codediodeio added a commit that referenced this issue Sep 15, 2018
Pull request for Issue #10 and Feature #11
@samiq
Copy link

samiq commented Dec 12, 2018

can someone close this ticket as it's already been merged into the code?

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

3 participants