You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.