logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

text2table - flat text conversion to OpenDocument spreadsheet

Description

       Creates an ODF spreadsheet 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.

perl v5.34.0                                       2022-06-16                                     TEXT2TABLE(1p)

Name

       text2table - flat text conversion to OpenDocument spreadsheet

Synopsis

       text2table sourcefile.csv mycalc.ods 32 20

See Also