haskell / win32

Haskell support for the Win32 API
http://hackage.haskell.org/package/Win32
Other
98 stars 62 forks source link

Is it possible to use this package to control the Microsoft Excel application? #212

Closed LastsForever closed 2 years ago

LastsForever commented 2 years ago

Is it possible to use this package to control the Microsoft Excel application?

Mistuke commented 2 years ago

Hi, no, this package doesn't have vsto bindings. It's hard to interact with COM from Haskell. I recommend you go through a C layer first.

LastsForever commented 2 years ago

Hi, no, this package doesn't have vsto bindings. It's hard to interact with COM from Haskell. I recommend you go through a C layer first.

Thanks