Top "Google-sheets" questions

Use this tag for questions about interacting with Google Sheets programmatically.

How do I export the revision history of a gdoc to git?

I have a spreadsheet in google docs that I'd want to integrate in a git workflow (and push to github). …

git google-docs google-sheets google-docs-api google-spreadsheet-api
Using ARRAYFORMULA and INDIRECT to iterate rows and return as a block

Sheet1 has columns A to D where A contains a unique record key. On Sheet2 I want to rearrange the …

google-sheets gs-vlookup
Reading whole Google Spreadsheet with Sheets API v4 Java

I would like to read a Google Spreadsheet like described in the Java Quickstart https://developers.google.com/sheets/quickstart/…

java google-sheets google-sheets-api
Google Sheets API v4 - Method: spreadsheets.values.append

What is the correct syntax for Google Sheets API v4 method spreadsheets.values.append for Google Apps Script? Tried the …

google-apps-script google-sheets google-sheets-api google-apis-explorer
How do I get the value from an adjacent cell using Google Script in a Google Spreadsheet?

I apologise if this has been asked before but I've looked for an example and unfortunately I'm unable to find …

google-apps-script google-sheets custom-function
Quotation marks and apostrophes in the same string in QUERY Google Sheets function

I'm wondering how one might handle a query like this. Let's suppose I had the following text contained in Cell …

google-sheets formulas google-query-language
How to pass data to IFTTT WebHook?

I have a task to add row into Google Sheet when WebHook received. Now I'm trying to setup IFTTT but …

google-sheets ifttt
How to programmatically create a Google Docs spreadsheet WITH CONTENT?

I have found multiple StackOverflow questions dealing with how to create or edit Google Doc spreadsheets using the Google Spreadsheets …

google-drive-api google-sheets google-docs google-docs-api google-spreadsheet-api
Download/Export Public Google Spreadsheet as TSV from Command Line?

I have a public (published) Google spreadsheet that I’m trying to download programmatically in TSV form. In my browser, …

curl google-sheets google-docs-api google-spreadsheet-api
Create Spreadsheet using Google Spreadsheet API in Google drive in Java

I had created some tool which was populating the google spreadsheet. It was working fine for 1 year, since today I've …

java google-api google-sheets gmail-api