Skip to content

Commit

Permalink
+doc
Browse files Browse the repository at this point in the history
  • Loading branch information
gdraheim committed Aug 1, 2024
1 parent e1094b2 commit e53b2ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tabxlsx.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ The code itself mimics that of openpyx1.
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"` column follows and then the rest in
alphabetic order.
two digits after the decimal point. Then the `"a"` column follows, and then the rest
in alphabetic order.

### run tabxlsx.py

Expand Down

0 comments on commit e53b2ad

Please sign in to comment.