You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Potentially, other table formats could be supported:
.xlsx: this one will be useful but difficult:
Ideally, one would want to read/write .xlsx just like how pandoc read/write .docx. But there's seems no good cli to convert between .docx and .xlsx (to pass the .docx to pandoc).
So one might allow "markdown syntax" in .xlsx, which might works just like the current .csv but seems counterintuitive (people expect rich formatting in Excel).
Or find a tool to convert .xlsx to .html to pass the .html to pandoc (quite lossy though).
And then this' a question of what if people want to intermix rich text and markdown syntax (e.g. for LaTeX equation).
HTML: if someone find writing the source table in HTML easier, say when it is a big table, but want to output to other formats as well
YAML (table representing general YAML is not ideal, I'm thinking more like 2 column tables to show the key-value pairs)
Currently, pantable support to and from CSV.
Potentially, other table formats could be supported:
.xlsx: this one will be useful but difficult:.xlsxjust like how pandoc read/write.docx. But there's seems no good cli to convert between.docxand.xlsx(to pass the.docxto pandoc)..xlsx, which might works just like the current.csvbut seems counterintuitive (people expect rich formatting in Excel)..xlsxto.htmlto pass the.htmlto pandoc (quite lossy though).