Navigation
Mobile DocsNavigation
Mobile DocsRead, write, and update data
Integrate Google Sheets functionality to manage spreadsheet data. Read data from specific ranges, write new data, update existing cells, and append data to the end of sheets using OAuth authentication. Supports various input and output formats for flexible data handling.
Layout: full
Options: Read Data, Write Data, Update Data, Append Data
Placeholder: Select Google account
Layout: full
Provider: google-sheets
Placeholder: Select a spreadsheet
Layout: full
Provider: google-drive
Placeholder: ID of the spreadsheet (from URL)
Layout: full
Condition: spreadsheetId = ""
Placeholder: Sheet name and cell range (e.g., Sheet1!A1:D10)
Layout: full
Placeholder: Enter values as JSON array of arrays (e.g., [["A1", "B1"], ["A2", "B2"]]) or an array of objects (e.g., [{"name":"John", "age":30}, {"name":"Jane", "age":25}])
Layout: full
Condition: operation = "write"
Layout: full
Condition: operation = "write"
Options: User Entered (Parse formulas), Raw (Don't parse formulas)
Placeholder: Enter values as JSON array of arrays (e.g., [["A1", "B1"], ["A2", "B2"]]) or an array of objects (e.g., [{"name":"John", "age":30}, {"name":"Jane", "age":25}])
Layout: full
Condition: operation = "update"
Layout: full
Condition: operation = "update"
Options: User Entered (Parse formulas), Raw (Don't parse formulas)
Placeholder: Enter values as JSON array of arrays (e.g., [["A1", "B1"], ["A2", "B2"]]) or an array of objects (e.g., [{"name":"John", "age":30}, {"name":"Jane", "age":25}])
Layout: full
Condition: operation = "append"
Layout: full
Condition: operation = "append"
Options: User Entered (Parse formulas), Raw (Don't parse formulas)
Layout: full
Condition: operation = "append"
Options: Insert Rows (Add new rows), Overwrite (Add to existing data)
Required
Required
Optional
Optional
Optional
Optional
Optional
Optional
Primary response type:
{
"data": "json",
"metadata": "json",
"updatedRange": "string",
"updatedRows": "number",
"updatedColumns": "number",
"updatedCells": "number",
"tableRange": "string"
}