Commit ac9d7f5
fix: changed custom dollar_rounded format key and numFmtId to 188 (#5)
* V7.0.0 (#4)
* Create manually_test.yml
* feature: init V7.0.0
* add comment to interface and main func & update readme
---------
Co-authored-by: m.r <[email protected]>
* fix: changed custom dollar_rounded format key and numFmtId to 188
## Description
`dollar_2` and `dollar_rounded` defined 2 different `formatCode`, although they have the same `key` and `numFmtId` set to 183.
This cause an issue when using both formats in a sheet, where only 1 is applied because the `183` id is used for reference in the spreadsheet context.
The fix is to set `dollar_rounded` id to something else: 188 (last used key value was 187).
Also, ordered the object by key value for better readability.
---------
Co-authored-by: mohammadrezaeicode <[email protected]>
Co-authored-by: m.r <[email protected]>1 parent 1f96fa2 commit ac9d7f5
File tree
16 files changed
+2813
-1352
lines changed- dist
- src/data-model
16 files changed
+2813
-1352
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
0 commit comments