Closed dcmoura closed 3 years ago
[x] JIRA ||heading 1||heading 2||heading 3|| |col A1|col A2|col A3| |col B1|col B2|col B3|
[x] HTML
[x] Latex
\begin{table}[] \begin{tabular}{l|l|l} id & name & add \ \hline 1 & hello & www \ 2 & planet & biniam \ 3 & earth & com \end{tabular} \end{table}
Already available when choosing pretty output and the tablefmt parameter (e.g. -Otablefmt=html). For available output formats check: https://pypi.org/project/tabulate/
tablefmt
-Otablefmt=html
[x] JIRA ||heading 1||heading 2||heading 3|| |col A1|col A2|col A3| |col B1|col B2|col B3|
[x] HTML
[x] Latex
\begin{table}[] \begin{tabular}{l|l|l} id & name & add \ \hline 1 & hello & www \ 2 & planet & biniam \ 3 & earth & com
\end{tabular} \end{table}