PyHtmlTable 1.13 review

Download
by rbytes.net on

PyHtmlTable is a class for Python CGIs to generate HTML tables on the fly

License: GPL (GNU General Public License)
File size: 11K
Developer: Joe Pasko
0 stars award from rbytes.net

PyHtmlTable is a class for Python CGIs to generate HTML tables on the fly. The reason that i made this script is I couldn't find something like Table.pm or Table.php

Here are some key features of "PyHtmlTable":
Allows setting of individual row and cell attributes via arbitrary dictionaries
Allows spanning of rows and columns
Autogrows table if cells set outside initial Range.
Allows dynamic insertion of new rows and columns anywhere in the table
Allows bulk population of table data via arrays to arbitrary locations in the table.
Provides default cell attributes for tablewide uniformity and the ability to override these on a cell by cell basis.
NOTE: Row indexes start at 0 like God and Kernighan demand!
Influenced heavily by Table.pm and Table.php

PyHtmlTable 1.13 keywords