/html-table-generator

<table> generator for HTML

Primary LanguageJava

HTML-Table-Generator

A <table> generator for HTML

In the source file, every new line (\n) corresponds to a new table row, and cell contents are separated by tab (\t). The HTML code is generated to output.html.

Run the script:

java GenerateHtmlTable sourcefile [int border] [int cellpadding]

In browser