Skip to content

Commit

Permalink
more doc
Browse files Browse the repository at this point in the history
  • Loading branch information
gdraheim committed Jul 31, 2024
1 parent 2965936 commit 801dd6c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tabxlsx.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ or `.md` file - the input parser gets selected from the file extension automatic

Additional arguments are the columns to be selected for output - being a subset of
the data from the input file. Just like with `headers` each column can be formatted
in the style of Python's `string.format()`.
in the style of Python's `string.format()`. The `selects` fall back to known
formatting if not provided - including Date/Time columns which are generally
recognized in all library parts.

Use `"@csv"` to ensure output as CSV instead of the default markdown tables. For
the markdown tables, the columns of each row have the same width mich makes the
Expand Down

0 comments on commit 801dd6c

Please sign in to comment.