Skip to content

Conversation

@mohammadrezaeicode
Copy link
Owner

Pull Request

Type of Change

Please select the type(s) of changes made in your pull request:

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update (changes to documentation)
  • Other (please describe):

@mohammadrezaeicode mohammadrezaeicode added the bug Something isn't working label Mar 12, 2025
@xergiodf
Copy link
Contributor

Hi @mohammadrezaeicode, curious if this version is going to be published automatically, or does it need a manual intervention?

@mohammadrezaeicode mohammadrezaeicode merged commit 703d4c3 into main Mar 13, 2025
6 checks passed
@mohammadrezaeicode
Copy link
Owner Author

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.

m.r and others added 5 commits March 13, 2025 01:28
* 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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants