Xceed Workbooks for .NET Releases

Released: Apr 3, 2023

Updates in V1.4

Features

  • Added new DeleteRange method that can be used to remove a range of cells from a worksheet.
  • Added new InsertRange method that can be used to insert a range of cells into a worksheet.

Fixes

  • Annotation:
    • Saving a Worksheet no longer throws an IOException when the Annotations are unmodified.
  • Workbook:
    • Replacing content with a FormattedTextList now correctly replaces said content.

Released: Oct 5, 2022

Updates in V1.3

Features

  • The Microsoft .NET Standard version of this product is no longer supported. The .NET 5 version should be used instead.
  • Workbooks now supports notes and comments.
  • Workbooks now contains a workbook protection system that restricts modifications.
  • The name of a workbook is now an available property.
  • It is now possible to partially format the text inside of cell.
  • Added a new class, called CellHelper, which now offers conversion methods like ConvertNumberToLetter() and ConvertLetterToNumber...

Released: May 14, 2022

Updates in V1.2

Features

  • The Microsoft .NET 5/6/Standard version no longer depends on the System.Drawing.Common package because, starting with .NET 6, this package only support the Microsoft Windows operating system.
  • Text direction can now be set from right-to-left for languages that require it.
  • Border, Fill, Font and Worksheet can now use either 'ThemeColor' or the more standard 'Color' to customize the colors of different objects.
  • A new ColorHelper class is now available to convert a color between 'ThemeColor...

Released: Feb 4, 2022

Updates in V1.1

Features

  • 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...