The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

m2x - matrix (CSV) data to xlsx format

SYNOPSIS

m2x [OPTIONS] INFILE OUTFILE

Convert data from INFILE to OUTFILE. If INFILE is '-', read data from standard
input. If OUTFILE is '-', write data to standard output.

OPTIONS (defaults in parentheses)
  -s, --sep <separator>        set the column separator for INFILE (<TAB>)
  -xh, --xlsx_header <list>    add a header to OUTFILE, <list> can have the
                               form: col1,col2,...,coln
  -ch,  -noch,                 keep/skip csv header/the first line of INFILE (keep)
       --csv_header,
       --no-csv_header
       
  -f, --force                  overwrite OUTFILE if it exists (don't overwrite)

AUTHOR

jw bargsten, <jwb at cpan dot org>