thombashi / pytablewriter

pytablewriter is a Python library to write a table in various formats: AsciiDoc / CSV / Elasticsearch / HTML / JavaScript / JSON / LaTeX / LDJSON / LTSV / Markdown / MediaWiki / NumPy / Excel / Pandas / Python / reStructuredText / SQLite / TOML / TSV.
https://pytablewriter.rtfd.io/
MIT License
605 stars 43 forks source link

Write latex table in `tabular` environment #63

Open Saltsmart opened 2 months ago

Saltsmart commented 2 months ago

In latex, tabular environment is more flexible than array environment. However, LatexTableWriter is based on array environment. Could we use the former one to produce tables?

thombashi commented 1 month ago

Unfortunately, only the array environment is supported at the moment. I may add support for tabular environment in the future.