This CGI converts a CSV file to an HTML format and display it on your page.
CSV files which editted by MS-Excel or some other application software will be displayed as HTML tables.
Place a SSI command as follows in your .shtml file which can execute SSI commands.
<!--#exec cgi="csv2html2.cgi" -->
This CGI is convenient to show on your site after you manage data with CVS format.
Please modify "$csvfile = "csvfile.csv";" in csv2html2.cgi to be your CSV file.
csv2html2.cgi can be executed without SSI. You can generate an HTML file by just executing this script and save it to use for the other pages if you want.
There is a file upload CSV conversion CGI: csv2html.