-
Notifications
You must be signed in to change notification settings - Fork 475
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Functions to copy and remove sheets (#281)
* Add funcs to remove sheet from workbook - RemoveSheet added to remove sheet by index - RemoveSheetByName added to remove sheet by its name * Add `CopyRelationship` func to `Relationships` * Add funcs `CopySheet`, `CopySheetByName` - `CopySheet` copies sheet at the specified index - `CopySheetByName` copies sheet with the specified name * Make `CopyRelationship` return copied rel and bool flag * Add func `CopyOverride` to `ContentTypes` * Add test for `CopyRelationship` * Add tests for sheet removing funcs * Add test for `CopyOverride` * Add tests for `CopySheet`, `CopySheetByName`
- Loading branch information
1 parent
06b1c96
commit 1783b65
Showing
7 changed files
with
346 additions
and
0 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
Binary file not shown.
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