Add matita, Python wrapper for the VBA object library#60
Add matita, Python wrapper for the VBA object library#60lucafrance wants to merge 1 commit intosancarn:mainfrom
Conversation
|
I'm torn on this. It feels like something that should be in awesome-python rather than awesome-vba. But in those cases you already have the likes of pyexcel which are far more optimal because they don't rely on the Excel application being opened during runtime, they work directly on the xlsx. Should we be encouraging developers to use the Excel object model, when we know it's not really scalable? 🤷 That said, the way you've generated the code is impressive. On the other hand, this doesn't really have anything to do with VBA, it just interacts with the same API which VBA interacts with - the COM object model. So yeah, quite torn here. |
|
I agree that for data manipulation pyexcel is more straightforward. I had other motivations for creating
Thank you for sharing your thoughts. I understand that my library covers a specific use case which does not necessarily fit in the scope of awesome-vba. It is your call as owner of the repository whether to include it or not. |
A new library I developed. I hope it is fine to add it here.