Skip to content

Releases: unidoc/unioffice

v1.5.1

31 Aug 23:07
ec21603
Compare
Choose a tag to compare

Version 1.5.1 fixes a bug removing module requirement.

v1.5.0

23 Aug 18:18
373b458
Compare
Choose a tag to compare

Version 1.5.0 has multiple enhancements and new features.

Highlights

New features include:

Other:

  • Close function added in document, spreadsheet, presentation to properly clean up resources. All examples updated to include this.

As well as various bugfixes.

Note that UniOffice is a commercial library and requires an electronic license code to operate. A free trial can be obtained at https://unidoc.io/

v1.4.0

30 Jun 16:51
7bee805
Compare
Choose a tag to compare

Version 1.4.0 has multiple fixes and improvements.

Highlights

In particular there are improvements in Powerpoint presentation and creating pptx files from potx templates. In addition,

Pull requests

v1.3.1

18 May 15:26
9f7935e
Compare
Choose a tag to compare

This version contains bug fixes and a couple of new features.

New features

Pull requests merged

v1.3.0

18 Feb 01:12
ddafaca
Compare
Choose a tag to compare

Highlights

  • Significantly enhanced support for Excel formula functions in spreadsheets
  • Enhanced formula parser and more functions implemented
  • Capability to remove columns with automatic reference updates
  • New example to flatten spreadsheets

Pull requests involved:

v1.2.1

23 Oct 21:43
a0ab7d5
Compare
Choose a tag to compare

This version contains bug fixes and a few new minor features.

Fixes and enhancements.

v1.2.0

13 Jun 14:14
Compare
Choose a tag to compare

Updated license model.

v1.1.0

27 May 22:05
Compare
Choose a tag to compare

Package renamed to unioffice and import path updated to github.com/unidoc/unioffice

Feature Additions

  • Functions to copy and remove sheets (#281)
  • Add tables loop to document's Paragraphs func (#280)
  • Add purl.oclc.org namespace support (#265)
  • include CT_SdtRow entries in table.Rows() (#261)
  • include CT_SdtCell entries in row.Cells() (#260)
  • Included nested tables in document.Tables() output (#257)
  • Support fetching bookmarks within tables, including recursively (#255)
  • Image from data (#251)
  • Added a RemoveCalcChain function to remove the un-needed cached calculation chain (#215)
  • Added support for nested tables in documents (#221)
  • Document Set/Get MultiLevelType (#222 )
  • NumberingLevel now starts numbering at 1 by default, not 0. (#222 )
  • Support SetAlignment(), SetStartIndent() and SetHangingIndent() in ParagraphStyleProperties (#222 )
  • Add support for Run page breaks (#222 )
  • Support cell rotation in spreadsheets (#226)
  • Added color RGBA constructor (#235)

Bug Fixes

  • Look for mail merge fields inside tables (#223)
  • Specify custom row height attribute to allow setting row heights (#232)

v1.0.1

14 Oct 23:28
Compare
Choose a tag to compare

Bug Fixes

  • #207 - Fix nil pointer error when loading some presentations
  • #212 - Adjust merged ranges when inserting rows in a sheet

v1.0.0

28 Sep 16:12
Compare
Choose a tag to compare

As the code is now in production by several commercial customers, we're tagging a v1.0.0 release. We will be following standard Semantic Versioning from here on out for everything outside of the schema directory, but don't expect any major changes even in there. Thanks to everyone who has supported gooxml in it's first year!