Excel add-in custom functions in JS and TS

Hi

Does aspose-cells for Java support custom functions written in Javascript or TypeScript
Here is more about this feature :

@Mar88,

Aspose.Cells has its own (independent) calculation engine that can calculate MS Excel (built-in) formulas. It also allows users to implement their own custom calculation engine to extend the default calculation engine, so you may write your custom function in code (using Java) accordingly. See the documents with example codes for your reference:

Hope, this helps a bit.