unioffice v1.7.0 Release Notes
Release Date: 2020-11-09 // almost 3 years ago-
๐ This minor version release 1.7.0 of UniOffice contains the following fixes and enhancements:
๐ Fixes and enhancements
๐ Support for merging docx documents [UO-19]
Document now has an Append function to append another document to it
๐ Example for merging documents: https://github.com/unidoc/unioffice-examples/blob/master/document/merge-documents/main.go๐ Improved document header creation and modification support [UO-63]
๐ Fixes #405
๐ New example for creating and updating header: https://github.com/unidoc/unioffice-examples/tree/master/document/doc-existing-header
๐ New example for creating header on even/odd pages: https://github.com/unidoc/unioffice-examples/tree/master/document/even-odd-header๐ Improved schema support for union functions [UO-54]
๐ Fixes #243๐ Fix to make document.RemoveParagraph remove from table cells also [UO-53]
๐ Fixes #412
Previous changes from v1.6.0
-
๐ This minor version release 1.6.0 of UniOffice contains the following fixes and enhancements:
๐ Fixes and enhancements
โ Adding tables to presentations [UO-8]
With example presentation/tables/main.go
โ Addresses #293Insert nested tables without depth limit [UO-44]
With example: document/paragraphs_in_table/main.go
โ Addresses: #430Inserting form fields [UO-52]
With example: document/form-fields/main.go
โ Addresses: #425๐ Parse reference with sheet name fix [UO-50]
With example: spreadsheet/references-with-sheet-name/main.go
โ Addresses #432