Re: [python-win32] Trouble with list iteration / comprehension for wrapped COM objects

2025-04-19 Thread dornech via python-win32
issue at https://github.com/mhammond/pywin32 since it shouldn't break that way. Cheers On 2025-04-18 8:33 p.m., dornech via python-win32 wrote: Hi there, I am working on an EXCEL wrapper to "phytonize" access to EXCEL. I create a wrapper class for all objects classes derived fr

[python-win32] Trouble with list iteration / comprehension for wrapped COM objects

2025-04-18 Thread dornech via python-win32
Hi there, I am working on an EXCEL wrapper to "phytonize" access to EXCEL. I create a wrapper class for all objects classes derived from abasic wrapper class which mainly ensures that calls are snaked-case and pyhtonized calls work. I. e. workbokkobject.SaveAs, workbookobject.saveas and workb

Re: [python-win32] How to correctly handle events using win32com ?

2024-11-29 Thread dornech via python-win32
Hi there, exactly, Mark is right on this. You can use very COM object method as you use out of VBA for example. I am working on a wrapper for a more "pythonized" access to the EXCEL API, you may have alokk on it as soon as it is published. BG Chris Am 29.11.2024 um 20:10 schrieb Mark Hammond