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

Consider using Excel for data storage #328

Open
rpruim opened this issue Jan 27, 2023 · 1 comment
Open

Consider using Excel for data storage #328

rpruim opened this issue Jan 27, 2023 · 1 comment
Labels
enhancement New feature or request refactor Improve code without significant behavior change

Comments

@rpruim
Copy link
Collaborator

rpruim commented Jan 27, 2023

Some advantages to using excel

  • We can include multiple sheets. That would give room for things like various cross tabulations and summaries as well metadata.
  • If people open the current CSV, they are likely to do so in Excel anyway.
  • We should really rewrite the output function anyway. (Currently it is not using any CSV-aware methods, it is just pasting strings together, that is potentially buggy.)

I'm assuming there must be some good javascript library for reading/writing Excel, but that would need to be investigated.

@rpruim rpruim added enhancement New feature or request refactor Improve code without significant behavior change labels Jan 27, 2023
@charkour
Copy link
Collaborator

We currently use xlsx in the project. This should hopefully do the trick

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

No branches or pull requests

2 participants