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

csv2latextable

VERSION

version 1.1.0

USAGE

Display usage

    $ csv2latextable --help

Convert CSV file to LaTeX table

    $ csv2latextable --csv /path/to/file.csv --latex /path/to/table.tex

Pass some parameters to Text::CSV_XS

Text::CSV_XS is used to parse the csv.

    csv2latextable --csv /path/to/file.csv --csv-param "sep_char=;" --csv-param 'quote_char="' --latex /path/to/table.tex 

Pass some parameters to LaTeX::Table

LaTeX::Table is used to generate the tale.

    csv2latextable --csv /path/to/file.csv --csv-param "sep_char=;" --csv-param 'quote_char="' --latex /path/to/table.tex 

AUTHOR

Renee Baecker <reneeb@cpan.org>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2022 by Renee Baecker.

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)