Live data from Hacker News

Show HN: Script Excel with Python

ironspread.com

21–30 of 63 posts

Re: Show HN: Script Excel with Python

#21

I still have a soft spot for VBA, especially in Excel. I wrote a supply-chain management application in Excel+VBA that's still in production today. As comfortable as I am with VBA, I wouldn't mind in the least ditching it for Python, which makes writing routine methods trivial. Great work!

Glad you like it!

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

Re: Show HN: Script Excel with Python

#22
post #17

The big question I have is why would I use this instead of a real database. If i am not mistaken excel can hook up to ODBC sources and then I can just script things as I normally would using the database drivers.

If you want to script something quickly, Python is better; you also have access to all of Python's libraries (numpy/pylab, for example).

It depends on what you're doing, though.

Re: Show HN: Script Excel with Python

#29

What is the licensing for this? I couldn't tell whether this was free, if I had to pay, if it was open source, GPL, etc.

It's a free beta. We'll be charging for it down the line, but you can use this however you like for now. (It's not open source, though.)

Re: Show HN: Script Excel with Python

#30

What is the licensing for this? I couldn't tell whether this was free, if I had to pay, if it was open source, GPL, etc.

It's a free beta. We'll be charging for it down the line, but you can use this however you like for now. (It's not open source, though.)

Why would I use this when I can already connect to Excel using COM for free?
Post reply on HN