mirror of
https://github.com/unidoc/unioffice.git
synced 2025-05-08 19:29:25 +08:00

* 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`
7.6 KiB
7.6 KiB