Hi,
I'm creating a HTML report using Python and would like to import some tabular data which is in tab delimited format into the HTML page.
The data needs to be displayed as a table within the HTML page, but i'm not sure how to go about doing it.
Thanks in advance,
Niten
I'm creating a HTML report using Python and would like to import some tabular data which is in tab delimited format into the HTML page.
The data needs to be displayed as a table within the HTML page, but i'm not sure how to go about doing it.
Thanks in advance,
Niten
Comment