Google Sheets Connector
Google Sheets Connector Help
Version 5
ZappySys Logo File Version: v5
Supported Engine: 9

Tables for Google Sheets Connector


On this page you will see possible API actions you can perform with Google Sheets connector. We will refer this as API Table or just Table.

Name Description Supported Operations
Dynamic Tables No description available Below section contains supported CRUD operations. Each operation is executed by some EndPoint behind the scene.
Method Supported ? Reference EndPoint
SELECT YES read_sheet_data
INSERT YES insert_sheet_data
UPDATE YES update_sheet_data
UPSERT NO
DELETE NO
LOOKUP YES read_sheet_data
SheetDetails Read sheet information (i.e. tabs on a sheet) for a specified SpreadSheetId Below section contains supported CRUD operations. Each operation is executed by some EndPoint behind the scene.
Method Supported ? Reference EndPoint
SELECT YES get_sheet_properties
INSERT NO
UPDATE NO
UPSERT NO
DELETE NO
LOOKUP YES get_sheet_properties
Sheets Read, insert, update sheet data for a specified SpreadSheetId and Tab Below section contains supported CRUD operations. Each operation is executed by some EndPoint behind the scene.
Method Supported ? Reference EndPoint
SELECT YES read_sheet_data
INSERT YES insert_sheet_data
UPDATE YES update_sheet_data
UPSERT NO
DELETE NO
LOOKUP YES read_sheet_data