-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LibreOffice Calc function #72
Comments
@EricSchles might do this in Python. I'm gonna try it in Basic now. This page was helpful. |
Thanks Tom! I'll be working on this today in the afternoon. Working on On Thu, Jul 4, 2013 at 8:35 AM, Thomas Levine [email protected]:
|
Awesome! And do Python. Parsing JSON in OpenOffice Basic looks painful, and making web requests looks almost as bad. I was mainly doing it so I could port it to Excel for issue #61 . |
Thanks for the advice. Will do! On Thu, Jul 4, 2013 at 9:23 AM, Thomas Levine [email protected]:
|
For those of us who are Microsoft Office buffs, what is LibreOffice Calc? Cezary On Thu, Jul 4, 2013 at 12:23 PM, Thomas Levine [email protected]:
Cezary Podkul |
It's an open source version of microsoft excel. Its basically the same On Thu, Jul 4, 2013 at 2:27 PM, cezary4 [email protected] wrote:
|
@EricSchles if you still want to do this that would be cool. otherwise moving to close |
As a LibreOffice Calc user, I want a Calc function that lets me query treasury.io so I can load treasury data into Calc. The call might look like this.
and it would populate as many cells as the table has.
You can write Calc functions in Python, so this will be pleasant.
The text was updated successfully, but these errors were encountered: