durs / node-activex

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

Add code from <atlcomcli.h>, fixing issue #106 (SetProperty with a Di… #107

Closed somanuell closed 2 years ago

somanuell commented 2 years ago

…spatch)

somanuell commented 2 years ago

Hi durs, Your implementation of SetProperty does not work when the new value is in fact another IDispatch... I added some new 'magic' from <atlcomcli.h> but limited the scope to VT_DISPATCH in order to not breaks array managment in Excel...

durs commented 2 years ago

Hi, accepted

somanuell commented 2 years ago

Many thanks!