--- title: Google Sheets description: Documentation for the Google Sheets node in n8n, a workflow automation platform. Includes details of operations and configuration, and links to examples and credentials information. contentType: [integration, reference] priority: critical --- # Google Sheets Use the Google Sheets node to automate work in Google Sheets, and integrate Google Sheets with other applications. n8n has built-in support for a wide range of Google Sheets features, including creating, updating, deleting, appending, removing and getting documents. On this page, you'll find a list of operations the Google Sheets node supports and links to more resources. ```{note} Credentials Refer to [Google Sheets credentials](/08-0-0-Workflow/integrations/builtin/credentials/google/index.md) for guidance on setting up authentication. ``` ## Operations * **Document** * [**Create**](/08-0-0-Workflow/integrations/builtin/app-nodes/n8n-nodes-base.googlesheets/document-operations.md#create-a-spreadsheet) a spreadsheet. * [**Delete**](/08-0-0-Workflow/integrations/builtin/app-nodes/n8n-nodes-base.googlesheets/document-operations.md#delete-a-spreadsheet) a spreadsheet. * **Sheet Within Document** * [**Append or Update Row**](/08-0-0-Workflow/integrations/builtin/app-nodes/n8n-nodes-base.googlesheets/sheet-operations.md#append-or-update-row): Append a new row, or update the current one if it already exists. * [**Append Row**](/08-0-0-Workflow/integrations/builtin/app-nodes/n8n-nodes-base.googlesheets/sheet-operations.md#append-row): Create a new row. * [**Clear**](/08-0-0-Workflow/integrations/builtin/app-nodes/n8n-nodes-base.googlesheets/sheet-operations.md#clear-a-sheet) all data from a sheet. * [**Create**](/08-0-0-Workflow/integrations/builtin/app-nodes/n8n-nodes-base.googlesheets/sheet-operations.md#create-a-new-sheet) a new sheet. * [**Delete**](/08-0-0-Workflow/integrations/builtin/app-nodes/n8n-nodes-base.googlesheets/sheet-operations.md#delete-a-sheet) a sheet. * [**Delete Rows or Columns**](/08-0-0-Workflow/integrations/builtin/app-nodes/n8n-nodes-base.googlesheets/sheet-operations.md#delete-rows-or-columns): Delete columns and rows from a sheet. * [**Get Row(s)**](/08-0-0-Workflow/integrations/builtin/app-nodes/n8n-nodes-base.googlesheets/sheet-operations.md#get-rows): Read all rows in a sheet. * [**Update Row**](/08-0-0-Workflow/integrations/builtin/app-nodes/n8n-nodes-base.googlesheets/sheet-operations.md#update-row): Update a row in a sheet. ## Templates and examples ## Related resources Refer to [Google Sheet's API documentation](https://developers.google.com/sheets/api) for more information about the service. ## Common issues For common questions or issues and suggested solutions, refer to [Common issues](/08-0-0-Workflow/integrations/builtin/app-nodes/n8n-nodes-base.googlesheets/common-issues.md). ```{include} ../../../../../_snippets/integrations/builtin/app-nodes/operation-not-supported.md ```