-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* [hyperlinks] begin hyperlink rewrite. 1) do not remove hyperlinks from `wb$worksheet_rels` 2) do not replace `wb$worksheets[[sheet]]$hyperlinks` with hyperlink objects 3) save what is available * [clone] fix cloning hyperlinks * [hl] add `wb_add_hyperlink()` wrapper to create shared hyperlinks * [hl] another approach, this time w/o implicit wb_add_data()/wb_add_data_table() * [docs] fix spelling * [hl] switch to col_names = FALSE * [hl] cleanups and updated documentation * [hl] another round of cleanups
- Loading branch information
Showing
43 changed files
with
571 additions
and
121 deletions.
There are no files selected for viewing
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
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
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
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
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
Oops, something went wrong.