xll
When is it safe to free a FP * in a Excel XLL?
MSDN states: ... Therefore, when returning a DLL-created string or floating-point array, you have the following choices:[详细]
2023-04-12 11:55 分类:问答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 分类:问答Calling function in XLL file from C#
I have a xll开发者_C百科 file which have a function and I want to call that function from C#. This xll file is used in excel.any body have idea how to do that?.I tried refrencing the xll file but I am[详细]
2023-04-04 20:06 分类:问答With xlcAlert, what's the last parameter for?
I\'ve looked aroun开发者_C百科d on Google and MSDN, and I can\'t find any documentation on xlcAlert.All I can find is code that happens to use xlcAlert, but it comes in two forms:[详细]
2023-03-18 14:50 分类:问答XLL Excel addin in unmanaged C++
I have a few mathematical simulations in unmanaged C++ and now I need to integrate them with Excel (so that it ispossible to call the functions from Excel and get the values back). I don\'t want to us[详细]
2023-03-11 07:06 分类:问答Unregister a XLL in Excel (VBA)
I am just discovering the wor开发者_如何转开发ld of programming XLLs for Excel using XLW under Visual C++ 2010 and everything has been smooth so far using the template provided with the XLW package, I[详细]
2023-02-23 20:33 分类:问答Can't debug Excel 2003 Addin (XLL)
My problem: I\'m currently working on both an XLL (written in C++) and VSTO developm开发者_高级运维ent. I\'m using Visual Studio 2008 and Excel 2003.[详细]
2023-02-17 23:49 分类:问答Is there a way to get the text and cursor position from the formula bar in Excel?
I\'d like to get the current (possibly unco开发者_运维技巧mmitted) text out of the formula bar in Excel (from an addin in-process).All \"usual\" techniques don\'t work, like GetWindowText(...), etc.[详细]
2023-02-13 07:44 分类:问答Excel xll that can be used to track what VBA and other addin calls have been made, time spent and memory used?
I worked somewhere before where they had an xll that allowed one to track the amount of memory being used in Excel.Also when calls were made to other dlls and xlls these were logged.This was all spewe[详细]
2023-02-13 01:13 分类:问答Can't load xll programmatically
I\'m trying to automating some tests for an Excel add-in, which is in xll form. I have some prob开发者_如何学Golem in loading the xll. I\'m writing it in C# and my code looks like this:[详细]
2023-01-06 04:54 分类:问答