-
Notifications
You must be signed in to change notification settings - Fork 61
Add row ranges and non-contiguous ranges and address some issues #289
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
Closed
TimG1964
wants to merge
25
commits into
felipenoris:master
from
TimG1964:Add-Row-Ranges-to-formatting
Closed
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
727c729
Add `newxlsx()` and `opentemplate()` and `CellRef` to docs
TimG1964 faada66
A few typos
TimG1964 2ec5241
Add row ranges to formatting functions.
TimG1964 7ec4710
Update CI
TimG1964 c215a61
Add `normalizenames` keyword to `XLSX.readtable` (#260)
TimG1964 98ea6c8
Add three functions for merged cells (no tests yet)
TimG1964 aeff287
Functions to add Defined Names (more work to do)
TimG1964 a80af31
Add more support for non-contiguous ranges in defined names.
TimG1964 ab8a906
Add fix to #239 in writetable!() function
TimG1964 46e6080
More updates to support non-contiguous cell ramges
TimG1964 e6ef55b
Preparing to write definedNames in `xlsxwrite()`
TimG1964 ebd6ebc
Bug fixing new code with existing tests
TimG1964 893e23a
Support `getdata()` for row ranges
TimG1964 e15f5b5
Handle apostrophes in sheet names in `definedNames`
TimG1964 6448f27
Write new `definedNames` out to a new XLSXFile
TimG1964 c644f72
Handle apostrophes correctly in sheetname part of `definedNames`
TimG1964 de4aaad
Minor row range fixes
TimG1964 1c429f4
Begin adding some tests
TimG1964 290c946
Add new functions to API docs
TimG1964 62605f3
Add more tests
TimG1964 3977bef
Minor changes to docstrings...
TimG1964 0328924
Missing line in CI
TimG1964 e3f0c51
Try again. :-(
TimG1964 19ae933
Bump to julia 1.8 and above
TimG1964 746c051
Merge branch 'master' into Add-Row-Ranges-to-formatting
felipenoris File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Binary file not shown.
Binary file not shown.
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
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
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
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.
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.
add
- '1.10'
(or equivalently- 'lts'
) to the matrix