Eli Bendersky's
Follow
Reading Google Sheets from a Go program
I recently needed to process some data from a Google Sheet in a Go program, and
was looking for the most straightforward way to do so on my local machine.
This post lists some approaches that I found to work, with full source code.To access the Sheets API, you'll …