Skip to content

Commit 74ddfbf

Browse files
Merge pull request #1 from xergiodf/sergio/add-rounded-dollar-format
feat: add new dollar format
2 parents b04f0ce + 09f8e68 commit 74ddfbf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/utils/content-generator/const-data.ts

+4
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ export const formatMap: FormatMap = {
2929
key: 182,
3030
value: '<numFmt numFmtId="182" formatCode="0.0000" />',
3131
},
32+
dollar_rounded: {
33+
key: 183,
34+
value: '<numFmt numFmtId="183" formatCode="&quot;$&quot;#,##0" />',
35+
},
3236
dollar_2: {
3337
key: 183,
3438
value: '<numFmt numFmtId="183" formatCode="&quot;$&quot;#,##0.00" />',

0 commit comments

Comments
 (0)