excel-dna
Unpack contents from Excel .XLL file built with Excel-DNA
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.[详细]
2023-04-05 01:28 分类:问答Cannot easily access excel range by name in excel add-in in C#
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[详细]
2023-03-29 04:00 分类:问答Excel UDF returns a huge number
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[详细]
2023-03-19 05:44 分类:问答Can I use Microsoft.Office.Tools.Excel in Excel DNA project, or is there another way to accomplish databinding a Table?
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\");[详细]
2023-03-18 01:14 分类:问答Remove AddIn path from UDF in Excel formula
My addin was xla, now I use excelDNA, so it becomes xll, When I open spreadsheet built in previous version of My addin,[详细]
2023-03-14 08:43 分类:问答C# Assembly with ExcelDNA
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.[详细]
2023-03-13 03:26 分类:问答IronPython Excel-Dna Add-In - Exception regarding Microsoft.Dynamic reference
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[详细]
2023-02-17 00:16 分类:问答Looking for free way to develop Excel add-ins using IronPython? [closed]
Closed. This question does not meet Stack Overflow guidelines. It is 开发者_开发技巧not currently accepting answers.[详细]
2023-02-14 21:38 分类:问答Overloading Methods in ExcelDNA
Is it possible to overload methods using ExcelDNA? For instance, my current code: [ExcelFunction(Category = \"Test\",[详细]
2023-02-05 23:22 分类:问答ExcelDna & standalone F# installation
I have downloaded the F# zipped distribution (i.e., without the installer) on Windows and I have a difficulty using ExcelDna with it.[详细]
2023-01-29 15:08 分类:问答