Skip to content

Tags: gtechx/unioffice

Tags

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Spreadsheet: Remove columns feature (Issue unidoc#367) (unidoc#371)

* Issue unidoc#376 fix - RemoveColumn
* Removing of columns is forbidden when there are formula arrays in the area of removing, except 1-column wide arrays
* Modifying named ranges, column ranges when deleting a column
* Updating formulas when deleting a column
* UpdateAction

v1.2.1

Toggle v1.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Set threshold on testing coverage changes (unidoc#342)

v1.2.0

Toggle v1.2.0's commit message
New license based on the unidoc model (unidoc#294)

* Style fixes.  Fixes for tests. Should not fail with version updates in the future.

v1.1.0

Toggle v1.1.0's commit message
Functions to copy and remove sheets (unidoc#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`

v1.0.1

Toggle v1.0.1's commit message
spreadsheet: update merged cell references when inserting rows

Fixes unidoc#212

v1.0.0

Toggle v1.0.0's commit message
spreadsheet: support inserting rows within a sheet

Fixes unidoc#203

v0.9.2

Toggle v0.9.2's commit message
spreadsheet: support inserting rows within a sheet

Fixes unidoc#203

v0.9.1

Toggle v0.9.1's commit message
common: handle unordered relationships correctly

Continued part of unidoc#198 after @JasonFromSpace pointed out
an error with the original fix.

v0.9.0

Toggle v0.9.0's commit message
meta: add go.mod

v0.9

Toggle v0.9's commit message
meta: add go.mod