Cmdlets for Google Sheets

Build 24.0.9060

Add-GoogleSheets Cmdlet

Parameters   Output Objects  

Inserts Google Sheets data.

Syntax

Add-GoogleSheets [parameters]

Remarks

The Add-GoogleSheets cmdlet allows you to use a syntax similar to SQL INSERT statements to create new Google Sheets records.

Add-GoogleSheets -Connection $connection -Table "Spreadsheet1_Sheet1" -Columns @("Column1") -Values @("Jon Doe")

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 24.0.9060