-
Notifications
You must be signed in to change notification settings - Fork 66
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
Extract snippets from remaining SpreadsheetML tutorials, extract "Packages and Document Parts" section, and fix multiple xmlns errors #298
Merged
Conversation
This file contains 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
…s into extract-snippets
Learn Build status updates of commit 80d201a: ✅ Validation status: passed
This comment lists only the first 25 files in the pull request. For any questions, please:
|
twsouthwick
approved these changes
Jan 10, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@AlfredHellstern did you want to comment at all here? otherwise I'll merge it in |
LGTM 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
closes #295 ("Packages and Document Parts" extracted into snippet)
closes #279 (how-to-retrieve-a-dictionary-of-all-named-ranges-in-a-spreadsheet.md)
closes #278 (how-to-parse-and-read-a-large-spreadsheet.md)
closes #277 (how-to-open-a-spreadsheet-document-from-a-stream.md)
closes #276 (how-to-open-a-spreadsheet-document-for-read-only-access.md)
closes #275 (how-to-merge-two-adjacent-cells-in-a-spreadsheet.md)
closes #274 (how-to-insert-text-into-a-cell-in-a-spreadsheet.md)
closes #273 (how-to-insert-a-new-worksheet-into-a-spreadsheet.md)
closes #272 (how-to-insert-a-chart-into-a-spreadsheet.md)
closes #271 (how-to-get-worksheet-information-from-a-package.md)
closes #270 (how-to-get-a-column-heading-in-a-spreadsheet.md)
closes #269 (how-to-delete-text-from-a-cell-in-a-spreadsheet.md)
closes #268 (how-to-create-a-spreadsheet-document-by-providing-a-file-name.md)
closes #267 (how-to-calculate-the-sum-of-a-range-of-cells-in-a-spreadsheet-document.md)
closes #266 (how-to-add-custom-ui-to-a-spreadsheet-document.md)
closes #297 (Replace https with http in xmlns declarations)