Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I use Google Spreadsheet API from Go?

I need to be able to read and write data to a spreadsheet. I am programming in the Go Language in Google App Engine.

like image 849
Phil Avatar asked Aug 03 '12 02:08

Phil


1 Answers

A lot of time has passed since this question was asked and answered. Interaction with Google Sheets from golang is much better now.

Currently the "Google Apps Script Execution API" offers the broadest access. Get started here: https://developers.google.com/apps-script/guides/rest/quickstart/go

like image 171
grenade Avatar answered Sep 21 '22 10:09

grenade