-
Notifications
You must be signed in to change notification settings - Fork 0
ICustomFunction usage with python #2
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
Please see the document with example code on ICustomFunction feature for your reference. The sample code is in .NET but you may easily convert it to Python. Please note, Aspose.Cells for Python via .NET is very similar to Aspose.Cells for .NET. So, you can refer to the docs. Should you have further queries or issue, you may also post in dedicated forums. |
Thanks, I was trying to do that but looks like I'm missing something. Here is my sample class implementation. `class CustomCalcImpl(ICustomFunction):
And how I use it: But get error:
Whole code: ` class CustomCalcImpl(ICustomFunction):
if name == 'main':
|
Please import and implement ICustomFunction at the start of your program. Please do it properly and accordingly in your code for Python via .NET. |
Hi, can you share example usage of ICustomFunction implementation?
I have found one example for python via Java but nothing for .NET
The text was updated successfully, but these errors were encountered: