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?
I don't know how Eclipse does it, but QAxContainer is how I would do it (assuming you're on Windows).