-
-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
Currently, pantable support to and from CSV.
Potentially, other table formats could be supported:
-
.xlsx: this one will be useful but difficult:- Ideally, one would want to read/write
.xlsxjust like how pandoc read/write.docx. But there's seems no good cli to convert between.docxand.xlsx(to pass the.docxto pandoc). - So one might allow "markdown syntax" in
.xlsx, which might works just like the current.csvbut seems counterintuitive (people expect rich formatting in Excel). - Or find a tool to convert
.xlsxto.htmlto pass the.htmlto 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).
- Ideally, one would want to read/write
- 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)
- JSON (similar to above)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels