debian man page for text2table

Query: text2table

OS: debian

Section: 1p

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

TEXT2TABLE(1p)						User Contributed Perl Documentation					    TEXT2TABLE(1p)

NAME
text2table - flat text conversion to OpenDocument spreadsheet
SYNOPSIS
text2table sourcefile.csv mycalc.ods 32 20
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.14.2 2009-05-24 TEXT2TABLE(1p)
Related Man Pages
glcopycolorsubtable(3g) - mojave
csv2latex(1) - debian
odfbuild(1p) - debian
psc(1) - debian
tk::table(3) - centos
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
awk or sed - Convert 2 lines to 1 line
Introduction
How to copy a column of multiple files and paste into new excel file (next to column)?