Category "xll"

xloper12 variable xltype = str using wide characters

I am trying to register some functions and have success up until the length of my string exceeds 255. I have written the below function to cycle through the lis

Embedding Python in DLL: Access violation reading location when Py_DECREF list object

I am trying to embed Python into an an XLL to allow Python functions to be called within Excel. An XLL is a DLL that also includes at a minimum 2 functions that

Excel XLL - how to register (xlfRegister) a function via its export ordinal?

I'm building an XLL for Excel, and am trying to register functions via XlfRegister. According to Microsoft's documentation , the target procedure to be invoked