Returning a Range of Values using AbstractCalculationEngine with Golang via C++
Contents
[
Hide
]
Aspose.Cells provides AbstractCalculationEngine class which is used to implement user-defined or custom functions that are not supported by Microsoft Excel as built-in functions.
This article will explain how to return the range of values from AbstractCalculationEngine.
The following code demonstrates the use of the AbstractCalculationEngine class and returns the range of values via its method.
Create a class with a function CalculateCustomFunction
. This class implements AbstractCalculationEngine.
Now use the above function in your program.