Aspose.Cells for C++ V23.12
Released: Dec 14, 2023
Updates in V23.12
Funktionen
- Improved syntax to be more concise and closer to C++ syntax:
- Object initialization according to the C++ standard can now be completed.
- The acquisition of objects in the data collection has been changed from GetObjectByIndex(int) to the more concise Get(int).
- Most of the interface names have small changes, such as: GetIWorksheets() becomes GetWorksheets().
- Several new interfaces have been added, mainly for strings, such as: "Shape::AddHyperlink(const char16_t* address)".
- The base class ICustomFunction for inheritance has been replaced by the class AbstractCalculationEngine.