Skip to content

Commit

Permalink
tests for #495
Browse files Browse the repository at this point in the history
  • Loading branch information
robnagler committed Jul 17, 2024
1 parent dabe46e commit 2af0c49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/xlsx_data/1.in/case.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
Left=["MAX", 999],
Middle=["MAX", 111, 222],
three=["MIN", 333, 444],
four=None,
four=["IF", 0, ["/", 1, 0], 99],
).pkupdate(defaults=PKDict(num_fmt="currency"))
t.footer(
Left="L",
Expand Down
2 changes: 1 addition & 1 deletion tests/xlsx_data/1.out/case1.csv
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
375,a fairly long string,7.77,TRUE,,3.14
Left,Middle,Right,Very End,,
135.34,35.34,0.34,green,,
999,222,333,,,
999,222,333,99,,
L,,R,,,
No Totals,,,,,

0 comments on commit 2af0c49

Please sign in to comment.