Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mohammadrezaeicode/mr-excel-repo
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: mohammadrezaeicode/mr-excel-repo
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: V7.0.0
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 22 files changed
  • 3 contributors

Commits on Jan 30, 2025

  1. Configuration menu
    Copy the full SHA
    eaabf90 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2025

  1. feature: init V7.0.0

    m.r committed Feb 6, 2025
    Configuration menu
    Copy the full SHA
    be52121 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2025

  1. Configuration menu
    Copy the full SHA
    d12658a View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2025

  1. 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 <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>
    3 people authored Mar 12, 2025
    Configuration menu
    Copy the full SHA
    ac9d7f5 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2025

  1. fix: check range of record

    m.r committed Mar 13, 2025
    Configuration menu
    Copy the full SHA
    1f96fa2 View commit details
    Browse the repository at this point in the history
  2. V7.0.1

    m.r committed Mar 13, 2025
    Configuration menu
    Copy the full SHA
    44a6146 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    26ee81f View commit details
    Browse the repository at this point in the history
  4. V7.0.1

    m.r committed Mar 13, 2025
    Configuration menu
    Copy the full SHA
    5016678 View commit details
    Browse the repository at this point in the history
Loading