Xceed Workbooks for .NET V1.1

Released: Feb 4, 2022

V1.1 中的更新

特性

  • Added compatibility with the Microsoft .NET 6 framework.
  • Added support for picture manipulation.
  • Added support for hyperlinks.
  • Worksheets can now be moved using the indexer of the Worksheet collection.
  • A Worksheet can now be removed using the indexer of the Worksheet collection.
  • Worksheets can now be copied in a target collection.
  • ColumnRanges are now supported and can be used to AutoFit a range of columns with one function call.
  • Table:
    • A TableColumn’s name can now be modified once the Table has been created.
  • Column:
    • The AutoFit() method can now be called to adjust the width of the column based on the cell with the widest content.
  • ColumnCollection:
    • ColumnRanges can now be retrieved by using the new indexers [int, int] or [string, string]. In addition, the ColumnCollection now offers an AutoFit() method that allows to adjust the width of the columns based on their cell that has the widest content.
  • Cell:
    • Setting the Value using an enum, a char or a guid, now converts the Cell content to a string, preventing a corrupted output document.
    • The maximum number of characters that be set on the Value property is now 32,767.

修補程式

  • Table:
    • Resizing a table containing a TotalRow in order to use less rows no longer corrupts the document.
    • Modifying the ShowHeaderRow property now works correctly and sets valid column header name.