text2table - flat text conversion to OpenOffice.org spreadsheet
text2table sourcefile.csv mycalc.sxc 32 20
Creates an OpenOffice.org Calc file and populate its first sheet from a delimited text file. Each line of the source file produces a row in the target table. In the line, the field separator is ";".
The target file is created. Any existing file with the same name is replaced.
The two last arguments are the length (lines) and the width (columns) of the target table.
The input values are processed as text values.
To install OpenOffice::OODoc, copy and paste the appropriate command in to your terminal.
cpanm
cpanm OpenOffice::OODoc
CPAN shell
perl -MCPAN -e shell install OpenOffice::OODoc
For more information on module installation, please visit the detailed CPAN module installation guide.