richie
richie

Reputation: 18638

Embed Google Chrome or Firefox in Excel Sheet

It is possible to embed the 'Internet Explorer Web Browser' in an Excel Sheet using the Microsoft Web Browser Object. How does one Embed Google Chrome or Firefox in an Excel Sheet?

Upvotes: 2

Views: 3630

Answers (1)

renick
renick

Reputation: 3881

There is a project to provide a Mozilla ActiveX control matching the IE Web Browser Control Interface as much as possible. I am not following the progress but its supported version seems dated.

As for Chrome you could check out Chromium Embedded but it doesn't seem to support ActiveX so you would have to work something out using the .NET binding (CefSharp) in combination with VSTO and WinForms.

I have used CefSharp with WinForms application and it works quite well. The samples are good for a quick start.

Upvotes: 5

Related Questions