
Google Workspace CreateSpreadsheet
CertifiedCreate a Google Spreadsheet
Google Workspace CreateSpreadsheet
Certified
Create a Google Spreadsheet
Creates a new spreadsheet using a service account; returns its ID and URL
yaml
type: io.kestra.plugin.googleworkspace.sheets.CreateSpreadsheetExamples
Create a spreadsheet in Google Workspace
yaml
id: googleworkspace_sheets_create
namespace: company.team
inputs:
- id: serviceAccount
type: STRING
tasks:
- id: create_spreadsheet
type: io.kestra.plugin.googleworkspace.sheets.CreateSpreadsheet
serviceAccount: "{{ inputs.serviceAccount }}"
Properties
title *Requiredstring
Spreadsheet title
Title to assign to the new spreadsheet
pluginDefaultsRef Non-dynamicstring
Reference (ref) of the pluginDefaults to apply to this task.
readTimeout integerstring
Default
120The read timeout for the request (in seconds)
scopes array
SubTypestring
Default
["https://www.googleapis.com/auth/spreadsheets"]The GCP scopes to used
serviceAccount string
The GCP service account key
Outputs
spreadsheetId string
Spreadsheet ID
spreadsheetUrl string
Spreadsheet URL