xlsx2csv - convert spreadsheet to CSV(s)
xlsx2csv [ -A [ -N || -J str ] | -o file.csv ] [-f] [-i] file.xls xlsx2csv --help | --man | --info
Convert a spreadsheet (all formats supported by Spreadsheet::Read) to CSV (using Text::CSV_XS).
Print short usage and exit.
Print this help using nroff and exit.
Print this help and exit.
Print the version and exit.
Overwrite existing output file.
Output data from all sheets.
Each sheet will go to extra file with name built from output CSV-file and sheet name.
If specified, dump all will not use output CSV-file but sheet name only.
If specified, output file names under -A will join on str instead of the default -.
-A
str
-
Output file name (used only with --all and without --no-pfx).
--all
--no-pfx
Default value is derived from XLS-file.
Allows to specify input xls file.
Default: Last ARGUMENT file that exists.
Spreadsheet::Read, Text::CSV_XS, xlscat
H.Merijn Brand <perl5@tux.freedom.nl>
Copyright (C) 2008-2023 H.Merijn Brand
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
To install Spreadsheet::Read, copy and paste the appropriate command in to your terminal.
cpanm
cpanm Spreadsheet::Read
CPAN shell
perl -MCPAN -e shell install Spreadsheet::Read
For more information on module installation, please visit the detailed CPAN module installation guide.