Custom function in Excel

I have a Excel calculator with complex custom function. the function like Calculator(B1:B3).

I don't want to use aspose ICustomFunction interface to create custome function in .net.

Is there any way to directly get value from Excel using upon function Calculator?

Thanks, Hans

Hi Hans,

Thank you for considering Aspose.

Well, I am afraid you have to implement the function in C# and use the function ICustomFunction options as Aspose.Cells does not support running macros / VBA using the code at the moment.

Thank You & Best Regards