You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- `--list-sheets` (optional) List the sheets in the XLSX file.
577
-
- `--sheet` (optional) Specify the sheet (by index or name) of the sheet to convert.
578
-
- `--dirname` (optional) Name of directory to output CSV conversions of sheets from `FILE`. If this is not specified, the command will output the CSV files to a directory with the same name as `FILE` (without the `.xlsx` extension).
578
+
- `--list-sheets` (optional) List the sheets, by index and name, in the XLSX file.
579
+
- `--sheet` (optional) Specify a single sheet, by index or name, to convert and write to stdout.
580
+
- `--dirname` (optional) Specify the name of the directory for the converted sheets. The command defaults to the same name as `FILE`, minus the extension.
579
581
580
-
By default the `xlsx` subcommand will convert all the sheets in `FILE` to CSVs to a directory with the same name as `FILE`.
582
+
Only one option can be used; multiple options cannot be combined.
0 commit comments