The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

SYNOPSIS

   xls2csv [ --all [ --no-pfx ] | -o file.csv ] [-f] [-i] file.xls
   xls2csv   --help | --man | --info

DESCRIPTION

Convert a spreadsheet (all formats supported by Spreadsheet::Read) to CSV (using Text::CSV_XS).

OPTIONS

-?
--help

Print short usage and exit.

--man

Print this help using nroff and exit.

--info

Print this help and exit.

-V
--version

Print the version and exit.

-f
--force

Overwrite existing output file.

-A
--all

Output data from all sheets.

Each sheet will go to extra file with name built from output CSV-file and sheet name.

-N
--no-pfx

If specified, dump all will not use output CSV-file but sheet name only.

-o CSV-file
-c CSV-file
--out=CSV-file

Output file name (used only with --all and without --no-pfx).

Default value is derived from XLS-file.

-i XLS-file
-s XLS-file
--in=XLS-file

Allows to specify input xls file.

Default: Last ARGUMENT file that exists.