CreateSpreadsheet
CreateSpreadsheet
yaml
type: "io.kestra.plugin.googleworkspace.sheets.CreateSpreadsheet"Examples
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
readTimeout integerstring
Default
120scopes array
SubTypestring
Default
["https://www.googleapis.com/auth/spreadsheets"]