I don\'t know if you know excel-dna project, it\'s a project that help to integrate .net assembly and language in excel addins.
I am new to writing add-ins in C# (to C# as well). I h开发者_StackOverflow中文版ave seen that ExcelDNA works very well for simple functions, but I got stuck with a simple task: manipulating ranges (es
Excel AddIn using Excel DNA, VS2008, C#, MyUDF(param1, parm2) when I type in \"=MyUDF\" and hit enter, Excel displays a huge number like 970063926
I have code that worked in the VSTO version of an Excel Addin Microsoft.Office.Tools.Excel.ListObject lo = Globals.ThisAddIn.VSTOWorksheet.Controls.AddListObject(r, \"lo1\");
My addin was xla, now I use excelDNA, so it becomes xll, When I open spreadsheet built in previous version of My addin,
I am converting an VSTO app to one that is compatible with ExcelDNA. Howeve r the main problem is that ExcelDNA does not have the controls object as compared to VSTO.
I am getting started with developing an Excel-DNA addin using IronPython with some C# as a wrapper for the calls to IronPython.With the generous help of the Excel-DNA developer, I have worked through
Closed. This question does not meet Stack Overflow guidelines. It is 开发者_开发技巧not currently accepting answers.
Is it possible to overload methods using ExcelDNA? For instance, my current code: [ExcelFunction(Category = \"Test\",
I have downloaded the F# zipped distribution (i.e., without the installer) on Windows and I have a difficulty using ExcelDna with it.