Live data from Hacker News

A Python-Powered Budget Spreadsheet

datanitro.com

1–10 of 37 posts

Re: A Python-Powered Budget Spreadsheet

#5
You could also use Resolver One[1], which sadly is no longer in development[2]. It is a commercial spreadsheet written in IronPython that uses (almost?) vanilla python files as documents. Needless to say it is extremely scriptable.

I'd love to take a stab at making a lite version in QT or wxPython running in CPython... Sadly, I've gotten too used to Google Spreadsheets to really need a desktop version

Also, of course, LibreOffice has support for Python macros.

[1]: http://www.resolversystems.com/products/resolver-one/

[2]: http://www.resolversystems.com/eol.php

Re: A Python-Powered Budget Spreadsheet

#6
post #5

You could also use Resolver One[1], which sadly is no longer in development[2]. It is a commercial spreadsheet written in IronPython that uses (almost?) vanilla python files as documents. Needless to say it is extremely scriptable. I'd love to take a stab at making a lite version in QT or wxPython running in CPython... Sadly, I've gotten too used to Google Spreadsheets to really need a desktop version Also, of course…

Not sure why estebank's comment was downvoted; Resolver One was truly awesome. DataNitro's stuff is also interesting, but it's a different approach, and Resolver One's model and work shouldn't be forgotten.

Re: A Python-Powered Budget Spreadsheet

#7
post #6
post #5

You could also use Resolver One[1], which sadly is no longer in development[2]. It is a commercial spreadsheet written in IronPython that uses (almost?) vanilla python files as documents. Needless to say it is extremely scriptable. I'd love to take a stab at making a lite version in QT or wxPython running in CPython... Sadly, I've gotten too used to Google Spreadsheets to really need a desktop version Also, of course…

Not sure why estebank's comment was downvoted; Resolver One was truly awesome. DataNitro's stuff is also interesting, but it's a different approach, and Resolver One's model and work shouldn't be forgotten.

> Not sure why estebank's comment was downvoted

I gave an upvote. I suspect others downvoted the comment because it spoke well of Resolver One, which is competing in the same space as DataNitro (a YC company).

Re: A Python-Powered Budget Spreadsheet

#10
post #5

You could also use Resolver One[1], which sadly is no longer in development[2]. It is a commercial spreadsheet written in IronPython that uses (almost?) vanilla python files as documents. Needless to say it is extremely scriptable. I'd love to take a stab at making a lite version in QT or wxPython running in CPython... Sadly, I've gotten too used to Google Spreadsheets to really need a desktop version Also, of course…

Are there docs on python macros for LibreOffice? I'm having trouble tracking them down if there are...
Post reply on HN