Skip to content

Commit

Permalink
to: expand usage text and example for to xlsx subcommand
Browse files Browse the repository at this point in the history
  • Loading branch information
jqnatividad committed Oct 7, 2023
1 parent 8df722e commit 6ea9668
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/cmd/to.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,11 @@ Print dump to stdout.
XLSX
Convert to new xlsx file.
Examples:
Example:
Load `file1.csv` and `file2.csv' into xlsx file
Load `file1.csv` and `file2.csv' into xlsx file.
Will create `output.xlsx`, creating new sheets for each file, with the sheet name being the
filename without the extension. Note the `output.xlsx` will be overwritten if it exists.
$ qsv to xlsx output.xlsx file1.csv file2.csv
Expand Down

0 comments on commit 6ea9668

Please sign in to comment.