Skip to content

Commit 462e432

Browse files
z-kkringabout
andauthored
add float value (0.0) to FORMATS table (#25)
Co-authored-by: ringabout <43030857+ringabout@users.noreply.github.com>
1 parent 6ec62f0 commit 462e432

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/xlsx/format.nim

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@ const
55
FORMATS* = {
66
"general": "float",
77
"0": "float",
8+
"0.0": "float",
89
"0.00": "float",
910
"#,##0": "float",
1011
"#,##0.00": "float",
1112
"0%": "percentage",
13+
"0.0%": "percentage",
1214
"0.00%": "percentage",
1315
"0.00e+00": "float",
1416
"mm-dd-yy": "date",

0 commit comments

Comments
 (0)