Live data from Hacker News

Show HN: Script Excel with Python

ironspread.com

31–40 of 63 posts

Re: Show HN: Script Excel with Python

#31

Earlier quoted context omitted.

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?

That's the most perfectly ambiguous sentence I've ever seen on here, I actually can't tell if you're being sarcastic or not. Are you?

Re: Show HN: Script Excel with Python

#32

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.

So many offices have lots of functionality written as VBA, you've made a lot of people very happy by giving us Python to play with!

Re: Show HN: Script Excel with Python

#35

Earlier quoted context omitted.

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?

When I use COM, it's usually free.

Re: Show HN: Script Excel with Python

#36

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.

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

Re: Show HN: Script Excel with Python

#37

Earlier quoted context omitted.

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?

This is for extending Excel. I'm not sure how easy it is with COM (I'm sure it's possible) but you are paying them to make it easy for you.

Re: Show HN: Script Excel with Python

#40
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.

Hoho, you ever sniffed the real world out there? Hell of a lot more excel junkies than programmers.
Post reply on HN