Browse our Products Toggle navigation
If so you can download any of the below versions for testing. The product will function as normal except for an evaluation limitation. At the time of purchase we provide a license file via email that will allow the product to work in its full capacity. If you would also like an evaluation license to test without any restrictions for 30 days, please follow the directions provided here.
If you experience errors, when you try to download a file, make sure your network policies (enforced by your company or ISP) allow downloading ZIP and/or MSI files.
The latest update to Aspose.Cells for C++ brings a refresh to object interaction and initialization. This means your code will be easier to read and maintain, adhering more closely to the C++ standards you’re familiar with on Linux.
Version 23.12 of the C# API replaces GetObjectByIndex with the intuitive Get(int) method, allowing you to effortlessly retrieve objects from collections with a syntax that feels natural in C++.
GetObjectByIndex
Get(int)
We’ve fine-tuned the naming conventions for interfaces, making them slightly more descriptive for better understanding. For instance, GetIWorksheets has been streamlined to GetWorksheets.
GetIWorksheets
GetWorksheets
This update introduces new interfaces specifically designed for working with strings within your C++ Excel applications. For example, you can now use Shape::AddHyperlink(const char16_t* address) for effortless hyperlink creation.
Shape::AddHyperlink(const char16_t* address)
ICustomFunction
AbstractCalculationEngine
You can view the list of all new features, enhancements, and bug fixes introduced in this release by visiting Aspose.Cells for C++ 23.12 Release Notes.