From 6ea9668fb7a4df1277f3ccf63e3ed12401223b8d Mon Sep 17 00:00:00 2001 From: Joel Natividad <1980690+jqnatividad@users.noreply.github.com> Date: Sat, 7 Oct 2023 18:23:47 -0400 Subject: [PATCH] `to`: expand usage text and example for `to xlsx` subcommand --- src/cmd/to.rs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/cmd/to.rs b/src/cmd/to.rs index 685c690ed..1f1b21ec4 100644 --- a/src/cmd/to.rs +++ b/src/cmd/to.rs @@ -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