ExcelDna
ExcelDna copied to clipboard
Excel-DNA - Free and easy .NET for Excel. This repository contains the core Excel-DNA library.
.NET 4.7.2 Excel DNA 1.1.1 ExcelDNA Integration 1.1.0 I have a following UDF in my Excel addin: ``` [ExcelFunction(Name = "MyFn1", Description = "Get data", IsMacroType = true, IsThreadSafe =...
Hello, I am struggling to properly package the webview2 dlls. In the ExcelDnaClient.dna config file, I have the following dlls added for webview2: I have also confirmed by unpacking the...
At the current moment it only includes Exception.Message into the logged message, what isn't much useful for generic exceptions like NullRefException etc. It would be better to include stack trace,...
Hello, I'm trying to produce an updated version of our excel addin but I'm hitting a brick wall trying to get the ExcelDnaPack.exe tool to work. Every time I'm trying,...
Hi Govert, I am Pavel, CTO from Velixo. We're sponsoring the ExcelDNA project on GitHub, I hoped I could reach out to you directly to troubleshoot, potentially with the client...
See this discussion: https://groups.google.com/g/exceldna/c/lw_GTrGVxTY When using the Registration extension to create a native async wrapper, the function fails to register from the .NET 6 add-in. ``` Exception while registering method...
In a C# asynchronous UDF built on ExcelDna 1.6.0-preview4, getting the ``caller.Address`` value from the caller object seems to always return the address of the selected cell rather than the...
The ExcelDna.xll file is being detected as a trojan "MSIL/TrojanDropper.Agent.FGU" and is being automatically deleted. It is also known as (In other Anitivirus): ALYac | Trojan.PSW.Vidar Zillya | Trojan.Crypt.Win32.60233 Alibaba...
Hello everyone, I would appreciate a lot your support with this problem. I've been facing this error when I run the CustomTaskPane example [(link to example).](https://github.com/Excel-DNA/Samples/tree/master/CustomTaskPane)  This only happens...