durs / node-activex

Node.JS Implementaion of ActiveXObject
MIT License
329 stars 62 forks source link

Allow to use node-activex with COM Objects NOT present in the ROT #123

Closed somanuell closed 1 year ago

somanuell commented 1 year ago

If they are able to return an IUnknown via the Win32 API: AccessibleObjectFromWindow

somanuell commented 1 year ago

Hi durs, some proprietary scripting environment are able to create Excel documents that, alas, do NOT show up in the ROT. BUT, if you use the Win32 API AccessibleObjectFromWindow with the correct HWND, you'll get a good IDispatch!

This PR add a new "getaccessibleobject" option. If you provide the Window Text instead of the ROT name, all works fine. Tested Ok with node 32 bits v14.21.3 and Excel 16.0.15601.20578 on Windows 11 Enterprise 64 bits 22H2