Skip to content

Releases: unidoc/unioffice

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!

v0.9.2

28 Sep 10:50
Compare
Choose a tag to compare
v0.9.2 Pre-release
Pre-release

What's New

  • document: Support for controlling table cell margins #202
  • spreadsheet: Support inserting rows within a sheet #203

Bug Fixes

  • Fix bug in IsBold for runs with a bold property set to false #204

v0.9.1

17 Sep 22:59
Compare
Choose a tag to compare
v0.9.1 Pre-release
Pre-release

Improved fix for #198