Skip to content

Tags: Spencerx/unioffice

Tags

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

0.8

Toggle 0.8's commit message
meta: fix pdf export ole example