I would like to parse some content of my calc document and then send that data as a POST to a URL. Wrapping that as either XML or JSON should not be a problem.
I can GET data with a BASIC macro and insert it just fine, but I want to bundle the data up and POST it to a URL. Validation and verification will all be handled in the scripts, I’m not worried about that.
Now, I can write it in Python if I need to, I just want to make sure it’s portable for Linux, Windows, and Mac platforms, and I haven’t written a Python macro before. Python yes, Python LibreOffice macro no.
What are the methods to connect to an external URL and POST data to it as a LibreOffice macro?