-
Couldn't load subscription status.
- Fork 1
V7.0.1 #6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
V7.0.1 #6
Conversation
Hi @mohammadrezaeicode, curious if this version is going to be published automatically, or does it need a manual intervention?
Hi @mohammadrezaeicode, curious if this version is going to be published automatically, or does it need a manual intervention?
Hi @xergiodf ,
After version 7.0.0, the action is now triggered manually. Your change has been published and is included in version 7.0.1.
* 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 <mr@example.com> * 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 <131792366+mohammadrezaeicode@users.noreply.github.com> Co-authored-by: m.r <mr@example.com>
Pull Request
Type of Change
Please select the type(s) of changes made in your pull request: