Open XML SDK v2.13.0-beta1 Release Notes

Release Date: 2021-03-09 // about 3 years ago
  • ➕ Added

    • ➕ 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)
    • ➕ Added generated classes for Office 2019 types and constraints (#882)

    🛠 Fixed

    • 🛠 Fixed serialization of CellValue constructors to use invariant cultures (#903)
    • 🛠 Fixed parsing to allow exponents for numeric cell values (#901)