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 1f47057 commit 2965936
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tabxlsx.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ The code itself mimics that of openpyxl.
The `headers` arguments defines the default order and formatting of the provided
input data, which is `List[Dict[str, CellValue]]`, so each row does not have an
implicit order. Using `["b:.2f", "a"]` shows the `"b"` values first formatted with
two digits after the decimal point. Then `"a"` and then the rest.
two digits after the decimal point. Then `"a"` column follows and then the rest in
alphabetic order.

### run tabxlsx.py

Expand Down

0 comments on commit 2965936

Please sign in to comment.