
We are pleased to announce our next version of Aspose.Cells for .NET v16.10.0. This release includes many new features and other enhancements with some critical bug fixes. Please see the release notes in order to know what is new and what has been changed/fixed with this version of Aspose.Cells for .NET. If you are planning to upgrade the Aspose.Cells for .NET API to the latest revision, we would strongly suggest you to check the complete Public API Changes section to know what APIs are changed so far. We have highlighted some important features and other enhancements here.
Support for Reflection Effects
Aspose.Cells for .NET 16.10.0 has added the support for reflection effects for a Shape object as Excel provides it via Effects tab under Format Shape dialog as shown below.

In order to provide the said feature, Aspose.Cells for .NET 16.10.0 has exposed the ReflectionEffect class along with Shape.Reflection property which together controls the reflection effects of a Shape object.
Here is a simple usage scenario of newly exposed APIs to apply reflection on an existing shape, whereas a detailed article can be viewed on Working with Reflection Effects for Shapes.
Support for Shadow Effects
Aspose.Cells for .NET 16.10.0 has added the support for Shadow Effects for a Shape object as Excel provides it via Effects tab under Format Shape dialog as shown below.

Aspose.Cells for .NET 16.10.0 has exposed the Shape.ShadowEffect property along with ShadowEffect class which together allows setting the shadow effect on a Shape object.
Here is a simple usage scenario of newly exposed APIs to apply shadow on an existing shape, whereas a detailed article can be viewed on Working with Shadow Effects for Shapes.
Support for Glow Effects
Aspose.Cells for .NET now supports the Glow Effects for a Shape object as Excel provides it via Effects tab under Format Shape dialog as shown below.

Aspose.Cells for .NET 16.10.0 has exposed the Shape.Glow property along with GlowEffect class which together allows setting the glow effect on a Shape object.
Here is a simple usage scenario of newly exposed APIs to apply glow effect on an existing shape, whereas a detailed article can be viewed on Working with Glow Effects for Shapes.
Support for 3-D Formats
Aspose.Cells for .NET supports the 3D Formats for Shape objects as MS Excel provides it via Effects tab under Format Shape dialog as shown below.

Aspose.Cells for .NET 16.10.0 has exposed the Shape.ThreeDFormat property along with ThreeDFormat class which together allows to set the 3D formatting for a Shape object.
Here is a simple usage scenario of newly exposed APIs to apply 3D formatting on an existing shape, whereas a detailed article can be viewed on Working with 3-D Formats for Shapes.
Support for WordArt Built-in Styles
Aspose.Cells for .NET APIs now support to add WordArt objects with built-in styles. In order to provide this feature, the Aspose.Cells for .NET APIs have exposed the ShapeCollection.AddWordArt method along with PresetWordArtStyle enumeration which together allows adding preset WordArt objects since MS Excel 2007.
Here is a simple usage scenario of newly exposed APIs to add WordArt with build-in styles, whereas a detailed article can be viewed on Working with Built-in Styles for WordArt.
Automatic Propagation of Formula in ListObject
Microsoft Excel application allows the automatic propagation of formulas when new rows are inserted into a ListObject/Table. Aspose.Cells now provides the same feature by exposing the ListColumn.Formula property with this release
Here is a simple usage scenario of ListColumn.Formula property, whereas a detailed article can be viewed on Automatically Propagate Formula in ListObject.
Other Enhancements and Fixes
Aspose.Cells for .NET 16.10.0 has fixed a few critical bugs as well as enhanced its core for more stability. A few of the worth mentioning enhancements are as follows.
- Ability to detect if spreadsheet contains hidden external links.
- Ability to add XML map to spreadsheet and link cell to XML map elements.
- Ability to set preset WordArt styles to shape’s text.
- Ability to read values of the GridWeb cells on client side.
- Ability to calculate custom functions in GridWeb.
- Aspose.Cells for .NET formula calculation engine is enhanced.
- Handled a few exceptions, such as, NullPointerException, IndexOutOfRangeException, System.ArgumentOutOfRangeException and System.FormatException for certain scenarios.
In this release, several important issues have been addressed. For example, issues around reading and rendering to Excel and HTML file formats, adding List Objects/ Tables, conditional formatting, manipulating shapes, manipulating internal and external links, manipulating PivotTables, rendering images from Excel worksheets, rendering images files from charts and exporting Excel workbooks to PDF format have been resolved.
Aspose.Cells for .NET Resources
The resources, you may need to accomplish your tasks:
- Home of Aspose.Cells for .NET API.
- Aspose.Cells for .NET Download Section.
- Aspose.Cells for .NET Documentation – up-to-date documentation containing Programmer’s Guide, Knowledge Base and much more.
- Aspose.Cells for .NET API Reference Guide – detailing the publicly exposed classes, methods, properties, constants & interfaces.
- Aspose.Cells Product Family Forum – post your technical questions and queries, or any other problem you are facing while working with Aspose.Cells APIs.
- Aspose.Cells for .NET Examples – we have published our code examples on the social coding website GitHub.com. Anyone could explore the code examples for learning purposes.