mahaoyu
mahaoyu
Hi Joss, A big belated thank you for your response. This works like a charm from powershell. Happy new year to you and all the best into 2023. Mat
Hi, I seem to be facing a similar issue now (see stack trace below). For context, I'm using xlwings in an Excel Add-in project. This worked fine for months, but...
Thanks for your quick feedback @fzumstein I get the following error: Traceback (most recent call last): File "", line 1, in File "C:\Users\mhansal\Miniconda3\envs\lf\lib\site-packages\win32com\client\gencache.py", line 515, in EnsureModule module = MakeModuleForTypelib(typelibCLSID,...
Thanks @fzumstein - just to add to this: It appears that this is only a problem for asynchronous UDFs, i.e. functions with the following decorators: @xw.func(async_mode='threading')
thanks. if it's only used there with legacy dynamic arrays, is there another way to enable asynchronous functions?
Ok thanks for the context
@fzumstein do you think this is worth setting up as a separate issue? the asynchronous UDFs have been quite useful for the project/context in which I was using this. I...