Show HN: Script Excel with Python
51–60 of 63 posts
Re: Show HN: Script Excel with Python
#52Earlier 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.
Re: Show HN: Script Excel with Python
#53Re: Show HN: Script Excel with Python
#54Re: Show HN: Script Excel with Python
#55Earlier 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?
Re: Show HN: Script Excel with Python
#56That's funny, I just used xlrd and xlrt and had to convert about 100 files to 97-2003 workbooks
Re: Show HN: Script Excel with Python
#57Is there anything out there that allows using C# to script/control excel?
Re: Show HN: Script Excel with Python
#58Code.google.com/p/pyinex
O.83 alpha version includes the code.
Re: Show HN: Script Excel with Python
#59Re: Show HN: Script Excel with Python
#60This seems pretty great. Any plans for compatibility with Excel 2003 and 2007?