
CreateSpreadsheet
Create a Google Sheet.
CreateSpreadsheet
Create a Google Sheet.
Create a Google Sheet.
yaml
type: "io.kestra.plugin.googleworkspace.sheets.CreateSpreadsheet"Examples
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
readTimeoutintegerstring
Default
120The read timeout for the request (in seconds)
scopesarray
SubTypestring
Default
["https://www.googleapis.com/auth/spreadsheets"]The GCP scopes to used
serviceAccountstring
The GCP service account key
Outputs
spreadsheetIdstring
The spreadsheet ID
spreadsheetUrlstring
The spreadsheet URL