Open
Description
Prerequisites
- make sure you're are using the latest version by
csvtk version
- read the usage
Describe your issue
- describe the problem
- provide a reproducible example
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>