-
Notifications
You must be signed in to change notification settings - Fork 2
V7.0.0 #4
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
Merged
Merged
V7.0.0 #4
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mohammadrezaeicode
added a commit
that referenced
this pull request
Feb 16, 2025
mohammadrezaeicode
added a commit
that referenced
this pull request
Feb 16, 2025
mohammadrezaeicode
added a commit
that referenced
this pull request
Feb 16, 2025
mohammadrezaeicode
added a commit
that referenced
this pull request
Feb 16, 2025
mohammadrezaeicode
added a commit
that referenced
this pull request
Feb 16, 2025
mohammadrezaeicode
added a commit
that referenced
this pull request
Feb 16, 2025
mohammadrezaeicode
added a commit
that referenced
this pull request
Feb 16, 2025
mohammadrezaeicode
added a commit
that referenced
this pull request
Feb 16, 2025
mohammadrezaeicode
added a commit
that referenced
this pull request
Feb 16, 2025
mohammadrezaeicode
added a commit
that referenced
this pull request
Feb 16, 2025
mohammadrezaeicode
added a commit
that referenced
this pull request
Feb 16, 2025
mohammadrezaeicode
added a commit
that referenced
this pull request
Feb 16, 2025
mohammadrezaeicode
added a commit
that referenced
this pull request
Feb 16, 2025
mohammadrezaeicode
added a commit
that referenced
this pull request
Feb 16, 2025
mohammadrezaeicode
added a commit
that referenced
this pull request
Feb 16, 2025
mohammadrezaeicode
added a commit
that referenced
this pull request
Feb 16, 2025
mohammadrezaeicode
added a commit
that referenced
this pull request
Feb 16, 2025
mohammadrezaeicode
added a commit
that referenced
this pull request
Feb 16, 2025
mohammadrezaeicode
added a commit
that referenced
this pull request
Feb 16, 2025
mohammadrezaeicode
added a commit
that referenced
this pull request
Feb 16, 2025
mohammadrezaeicode
added a commit
that referenced
this pull request
Feb 16, 2025
mohammadrezaeicode
added a commit
that referenced
this pull request
Feb 16, 2025
mohammadrezaeicode
added a commit
that referenced
this pull request
Feb 16, 2025
mohammadrezaeicode
added a commit
that referenced
this pull request
Feb 16, 2025
mohammadrezaeicode
added a commit
that referenced
this pull request
Feb 16, 2025
mohammadrezaeicode
added a commit
that referenced
this pull request
Feb 16, 2025
mohammadrezaeicode
added a commit
that referenced
this pull request
Feb 16, 2025
mohammadrezaeicode
added a commit
that referenced
this pull request
Feb 16, 2025
mohammadrezaeicode
added a commit
that referenced
this pull request
Mar 12, 2025
* 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>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pull Request
Description
Please include a summary of the changes and the motivation behind them.
New Features
sheet
->[n]
->dropDowns
replaceInExcel
functionality in Excel allows you to replace data in an existing file using flags provided within the spreadsheet.Bug Fixes
generateExcel
supports empty objects and will generate an empty Excel file.Note
The related interface has not changed, so the sheet needs to be provided in TypeScript.
Improvements
Type of Change
Please select the type(s) of changes made in your pull request:
Related Issue
If applicable, please reference the issue number this PR addresses:
Testing
Please describe how you have tested your changes: