Xceed Workbooks for .NET
Adds compatibility with .NET 6 and support for picture manipulation.
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 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.