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

Add a sheet with Meta information to the XLSX output #4

Closed
berntpopp opened this issue Oct 30, 2023 · 2 comments
Closed

Add a sheet with Meta information to the XLSX output #4

berntpopp opened this issue Oct 30, 2023 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@berntpopp
Copy link
Member

For reproducibility it would be helpful to add meta information to the Excel output including filter setting and column documentation.

@berntpopp berntpopp added the enhancement New feature or request label Oct 30, 2023
@berntpopp berntpopp self-assigned this Oct 30, 2023
@berntpopp
Copy link
Member Author

Investigate option to also do this for TSV output but stiull keep a valid output (e.g. comments)

@berntpopp
Copy link
Member Author

berntpopp commented Nov 16, 2023

Changes to tsv_to_excel.R will be required for implementation.

  • Include an argument to set the sheet name.
  • Instead of overwriting, add an argument to add the sheet to an existing excel file.
  • Add logic to not overwrite existing sheets with the same name if they already exist, but instead add a number as an iterator.

Implementation in #10

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