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
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
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