Prerequisites
Describe your issue
csvtk csv2html
This subcommand would make an HTML table to modern spec.
<TABLE>
<THEAD>
<TR> <TH> ID <TH> value <TH> meta </TR>
</THEAD>
<TBODY>
<TR><TD> covid <TD> 2020<TD> bad </TR>
<TR><TD> sars <TD> 2021<TD> worse </TR>
<TR><TD> flu <TD> 2022<TD> ok </TR>
</TBODY>
</TABKE>
Maybe options to set the HTML CSS Class
<TABLE CLASS="xxxxx">
And the caption
<CAPTION> xxxxxxxxxxx </CAPTION>
Prerequisites
csvtk versionDescribe your issue
csvtk csv2html
This subcommand would make an HTML table to modern spec.
Maybe options to set the HTML CSS Class
<TABLE CLASS="xxxxx">And the caption
<CAPTION> xxxxxxxxxxx </CAPTION>