Add-in support using C# .NET

Hi,


Do the .Net Aspose.Excel support UDF ? As in Addins used as UDF to call .Net methods in DLLs (C#).


Thanks

Marc Villeneuve




What's UDF? Could you elaborate it?

Aspose.Excel supports to add formulas with addin functions. But it can not call code in addins.

UDF stands for User Defined Function so that :



=Tax(23000) returns amount of tax based on:



http://msdn2.microsoft.com/en-us/library/ms173189





Thanks!



Marc


Hi Marc,

Aspose.Excel is a spreadsheet creation engine. It can generate various kind of Excel files. It doesn't intend to be called by MS Excel.