Open XML SDK v2.13.0 Release Notes

Release Date: 2021-05-13 // almost 3 years ago
  • ➕ Added

    • ➕ Additional O19 types to match Open Specifications (#916)
    • ➕ Added generated classes for Office 2019 types and constraints (#882)
    • ➕ Added nullability attributes (#840, #849)
    • ➕ Added overload for OpenXmlPartReader and OpenXmlReader.Create(...) to ignore whitespace (#857)
    • ➕ Added HexBinaryValue.TryGetBytes(...) and HexBinaryValue.Create(byte[]) to manage the encoding and decoding of bytes (#867)
    • Implemented IEquatable<IdPartPair> on IdPartPair to fix equality implementation there and obsoleted setters (#871)

    🛠 Fixed

    • 🛠 Fixed serialization of CellValue constructors to use invariant cultures (#903)
    • 🛠 Fixed parsing to allow exponents for numeric cell values (#901)
    • 🛠 Fixed massive performance bottleneck when UniqueAttributeValueConstraint is involved (#924)

    🗄 Deprecated

    • 🚚 Deprecated Office2013.Word.Person.Contact property. It no longer persists and will be removed in a future version (#912)

    Thanks to the following for their contributions:

    @lklein53
    @igitur