CSV2LaTeX is an open source and free tool that will allow you to convert a well formed csv file (as done by OOo Calc, Excel or gnumeric) to a LaTeX document.
CSV2LaTeXis written in C and flush the document to the standard output. The number of columns is automatically detected.
What's New in This Release: [ read full changelog ]
· generated manpage added into source (docbook-to-man not needed)
· use unisgned when needed (MAXUINT = 4G on 32bits systems)
· fixed empty tabular bug when number of CSV rows matches --lines
· added
· ewline between tabulars