Anyone know how to pull in API data into LibreOffice calc?

Reply to this note

Please Login to reply.

Discussion

My first thought is to Google "JSON to CSV". Replace JSON with XML/SOAP or whatever format the API data comes in.

And if you're handy with a certain language (python for me) then throw that into the search and make a script to do the conversion.