i have an ASP.Net website which saves a few numerical values to write to a google spreadsheet. My goal is to write any particular value into the active cell of the spreadsheet. I found a very helpful example (from StackOverflow), The issue is that I don't know how to reference the Google Sheets API in the javascript code I use to handle OnClientClick events.
I tried using a GitHub repository. I was able to clone the git with the GitHub extension, but I wasn't sure how to reference the files in the javascript code. I also followed the tutorial from google to install the API using Node.js quickstart, but I'm not sure what to do after installing the client library.
Which of the two options I tried should I follow through with? And how do I reference the files in javascript?