Cmdlets for Google Sheets

Build 24.0.9060

Select-GoogleSheets Cmdlet

Parameters   Output Objects  

Searches Google Sheets data.

Syntax

Select-GoogleSheets [parameters]

Remarks

The Select-GoogleSheets cmdlet allows you to use a syntax similar to SQL SELECT statements to search Google Sheets data.

$conn = Connect-GoogleSheets
Select-GoogleSheets -Connection $conn -Table "Spreadsheet1_Sheet1" -Columns @("Id","Column1") -Where "Column2='Bob'"

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