Live data from Hacker News

Show HN: Script Excel with Python

ironspread.com

51–60 of 63 posts

Re: Show HN: Script Excel with Python

#52
post #36

Earlier quoted context omitted.

Glad you like it! We're also backwards compatible - you can keep running old VBA code, and write new scripts in Python.

Wow, backwards compatible?! That's awesome. That must have taken some serious COM magic.

Could you elaborate? Why shouldn't two script engines run alongside each other, as long as it's not at the same time on the same data?

Re: Show HN: Script Excel with Python

#55
post #52
post #36

Earlier quoted context omitted.

Wow, backwards compatible?! That's awesome. That must have taken some serious COM magic.

Could you elaborate? Why shouldn't two script engines run alongside each other, as long as it's not at the same time on the same data?

I was under the impression that it meant you can call into VBA from Python and vice versa.
Post reply on HN