I have a Google Sheets document containing invoicing data and an invoicing software written in Delphi 7.
What I'd like to achieve is to pass invoice data from the selected row in the sheet to the invoicing software. In order to do this, I plan to implement a simple javascript in the Google Sheet document.
The question is: is it possible for this in-browser javascript to pass data to my invoicing software?