I need to automate save OLE objects from excel files, Ole objects can be PDF, EML or xlsx.
I try Python Win32com Clipboard, seems like I can iterate and copy those objects (except for excel Ole object), but I cannot find a way to save it from the code.
Is there any available solutions for that? I can use Python, C++ or OfficeScripts.
Thanks a lot.