Skip to content
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

Open
tlevine opened this issue Jun 29, 2013 · 7 comments
Open

LibreOffice Calc function #72

tlevine opened this issue Jun 29, 2013 · 7 comments
Milestone

Comments

@tlevine
Copy link
Contributor

tlevine commented Jun 29, 2013

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.

=TREASURYIO('SELECT * FROM t1')

and it would populate as many cells as the table has.

You can write Calc functions in Python, so this will be pleasant.

@tlevine
Copy link
Contributor Author

tlevine commented Jul 4, 2013

@EricSchles might do this in Python. I'm gonna try it in Basic now. This page was helpful.

@EricSchles
Copy link

Thanks Tom! I'll be working on this today in the afternoon. Working on
another project this morning.

On Thu, Jul 4, 2013 at 8:35 AM, Thomas Levine notifications@github.comwrote:

@EricSchles https://github.com/EricSchles might do this in Python. I'm
gonna try it in Basic now. This pagehttp://www.open-of-course.org/courses/file.php/86/Calc/H12/H12.htmlwas helpful.


Reply to this email directly or view it on GitHubhttps://github.com//issues/72#issuecomment-20483034
.

@tlevine
Copy link
Contributor Author

tlevine commented Jul 4, 2013

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 .

@EricSchles
Copy link

Thanks for the advice. Will do!

On Thu, Jul 4, 2013 at 9:23 AM, Thomas Levine notifications@github.comwrote:

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.


Reply to this email directly or view it on GitHubhttps://github.com//issues/72#issuecomment-20485053
.

@cezary4
Copy link

cezary4 commented Jul 4, 2013

For those of us who are Microsoft Office buffs, what is LibreOffice Calc?
Is it like an add-in module that helps you call the data directly in a
spreadsheet?

Cezary

On Thu, Jul 4, 2013 at 12:23 PM, Thomas Levine notifications@github.comwrote:

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.


Reply to this email directly or view it on GitHubhttps://github.com//issues/72#issuecomment-20485053
.

Cezary Podkul
mobile: 708 228 1319

@EricSchles
Copy link

It's an open source version of microsoft excel. Its basically the same
thing. Does all the same stuff.

On Thu, Jul 4, 2013 at 2:27 PM, cezary4 notifications@github.com wrote:

For those of us who are Microsoft Office buffs, what is LibreOffice Calc?
Is it like an add-in module that helps you call the data directly in a
spreadsheet?

Cezary

On Thu, Jul 4, 2013 at 12:23 PM, Thomas Levine notifications@github.comwrote:

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.


Reply to this email directly or view it on GitHub<
https://github.com/csvsoundsystem/federal-treasury-api/issues/72#issuecomment-20485053>

.

Cezary Podkul
mobile: 708 228 1319


Reply to this email directly or view it on GitHubhttps://github.com//issues/72#issuecomment-20494013
.

@mhkeller
Copy link
Member

@EricSchles if you still want to do this that would be cool. otherwise moving to close

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants