LaTeX Table Creator Wiki
Simple Cross-platform LaTeX table creator with a GUI and console app.
Status: Alpha
Brought to you by:
thrxinv
General usage:
LTC <input file> <output file> [options]
To create a LaTeX table from a file called "input.txt" to "output.txt" with center alignment, first column bold, all borders, comma delimited and no table structure use the following:
LTC input.txt output.txt -a C -e ROW -b ALL -d COMMA -s NONE