unioffice v1.1.0 Release Notes

Release Date: 2019-05-27 // almost 5 years ago
  • โšก๏ธ 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 )
    • 0๏ธโƒฃ 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)