Skip to content

v1.1.0

Compare
Choose a tag to compare
@gunnsth gunnsth released this 27 May 22:05
· 144 commits to master since this release

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)