I am making a tool to be hosted on GitHub Pages that will analyze numbers from a spreadsheet in a particular way from any user-provided link to a published Google spreadsheet. I tried using the Google Sheets API, but it seems needlessly verbose since all I need to do is read in data from a published spreadsheet.
I am agnostic to the form the data starts in, so long as I can parse it reasonably easily into a 2d array.
For reference, here is an example of a published spreadsheet.