t2t is a Perl script that converts standard ASCII text to XHTML tables. Any text with the delimiter embedded in it is converted to a table. The user can specify any regular Perl expression as a delimiter; the default delimiter is the tab. As a result, t2t can easily transform any spreadsheet saved as tab delimited text to an HTML table. The table ends with either the end of the file or the first line of non-delimited text. All other text is just written to the output file.
Version 7.3 is now available. Here are the changes:
- Removed
{exec}support