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

Bug: Incorrect output file format when specifying XLSX output without output file #48

Open
berntpopp opened this issue Jul 19, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@berntpopp
Copy link
Member

Description:

When specifying xlsx as the output format but not providing an output file name, the script defaults to writing the Excel output to a TSV file. This causes confusion and improper file handling.

Steps to Reproduce:

  1. Run the script with the -x or --xlsx flag without specifying an output file.
  2. Observe that the output is written in TSV format instead of XLSX.

Expected Behavior:

The script should either prompt the user to specify an output file name when xlsx is selected or default to a meaningful Excel file name such as output.xlsx.

@berntpopp berntpopp added the bug Something isn't working label Jul 19, 2024
@berntpopp berntpopp self-assigned this Jul 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant