Search code examples
pythonwindowspyqt4desktop-applicationole

Embed Microsoft Word, Excel documents inside python desktop application using PyQt


I am trying to use python-oletools to embed MS word, Excel inside my PyQt Desktop Application. I am expecting something like how eclipse opens Word & Excel? Is there any other way I can achieve this?


Solution

  • I don't know how Eclipse does it, but QAxContainer is how I would do it (assuming you're on Windows).