Samples
Samples copied to clipboard
Various sample projects and snippets related to Excel-DNA
Is this possible? See this discussion: https://groups.google.com/g/exceldna/c/34BpWR6iNqw
I have a large number of tests working on NUnit. Is is possible to use NUnit with Excel-DNA Testing Helper ? I do see an example using XUnit only.
This comment on StackOverflow suggests that it doesn't: https://stackoverflow.com/questions/29279908/how-to-get-exceldna-work-with-r-net/29289258?noredirect=1#comment123852454_29289258
Motivated by [a recent Stackoverflow discussion](http://stackoverflow.com/questions/29866839/ping-function-makes-the-whole-excel-table-slow-unresponsive), I thought this would be a nice sample function to discuss the async / IObservable features.
Dear Govert I am getting the run-time error '429': ActiveX component can't create object' with C# my solution which uses DNA to speak to Excel. I get this message in...
1. Build the Ribbon Sample addin (Debug or Release) 2. Open Ribbon-AddIn64-packed.xll with Excel 2016 x64 3. Click the "My Button" button 4. Close Excel:  Tried on Excel 2016...
Your Logging example works fine for me out of the box, but when I use NuGet to get the latest version of Excel DNA (0.34.6) and use the command 'Update-Package...
Hi, I tried using the sample logging functionality in the Samples-master but unfortunately no log is created however the solution was built successfully. I did read through the readme and...
The Registration samples should use the NuGet package and work on their own, without the Registration project source code installed. We might also remove the .dna files and add the...