.NET Core Support
Developers can build using .NET Core in GridDesktop and expand the capabilities of their .NET apps while also getting rid of any compatibility issues.
New Functions and Controls
The C# Excel API supports the LET function, different form controls such as radio buttons, checkboxes, and combo boxes, as well as text boxes and the insertion of common shapes.
Enhancements to GridDesktop UI
Improved functionalities for managing worksheets include copy, delete, insert, and rename operations, automatic extension of rows and columns during paste, and sheet printing preview.
You can use optimized code for smoother operations, including removing named ranges and handling merged cells.
Bug Fixes
This release addresses various issues related to rendering shapes, XIRR calculations, conditional formatting, and more.
Public API and Backward Incompatible Changes
Added API Members
We have added several classes, properties, and methods in this release. Some of these are:
- HtmlSaveOptions.CalculateFormula property
- HtmlSaveOptions.FormatDataIgnoreColumnWidth property
- CellsHelper.NeedQuoteInFormula() method
- PivotFieldGroupSettings class
- PivotField.GroupSettings property
- PivotField.GroupBy() methods
- Range.AddHyperlink() method
- XpsSaveOptions.EmfRenderSetting property
Obsolete API Members
We have made several properties and methods obsolete in this release. Some of these are:
- PivotTable.SetUngroup() method, added PivotField.Ungroup() method
- PivotTable.SetAutoGroupField() and SetManualGroupField() methods
- PdfCompliance.None enum
- Legend.LegendEntriesLabels property, added Legend.GetLegendLabels() method
You can view the list of all new features, enhancements, and bug fixes introduced in this release by visiting Aspose.Cells for .NET 23.11 Release Notes.