Download List

Project Description

t2t can convert any delimited text file to an HTML table. It supports all attributes for the various table-related tags. It can read its input either from stdin, a file, or a whole directory. when t2t is passed in a directory, it will process all the files (except those with either .html or .htm extension), and all the files in all the sub-directories. It works on any system with Perl.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2009-01-04 05:02
6.1

This release fixes issues where an empty data row
was causing invalid XHTML to be produced.
Tags: Minor bugfixes

2008-01-28 22:40
6.0

Support for Excel, OpenOffice, and CSV files has been added. Bugs with the limit, xhtml, and nbsp options have been fixed.
Tags: Major feature enhancements

2007-10-22 19:22
5.3

This release adds --verbose and --overwrite command line options. --overwrite controls whether t2t will overwrite existing .html files. Several warnings have been fixed. ~ is now supported in paths that are specified in the .t2trc file.
Tags: Minor feature enhancements

2007-01-15 00:08
5.2

Support has been removed for deprecated RC file names. An equalColumn RC option has been added. An --equal command line option has been added. --limit (and the corresponding limit RC option) have been added to support more columns than are present in the data.
Tags: Minor feature enhancements

2006-07-05 06:55
5.1

The "addParagraph" RC option has been renamed to
"addSpace." All generated HTML/XHTML will be
completely valid. A DOCTYPE was added for HTML
files.
Tags: Minor bugfixes

Project Resources