Cmdlets for Microsoft Excel

Build 24.0.9060

Select-Excel Cmdlet

Parameters   Output Objects  

Searches Microsoft Excel data.

Syntax

Select-Excel [parameters]

Remarks

The Select-Excel cmdlet allows you to use a syntax similar to SQL SELECT statements to search Microsoft Excel data.

$conn = Connect-Excel -ExcelFile 'C:\MyExcelWorkbooks\SampleWorkbook.xlsx'
Select-Excel -Connection $conn -Table "Sheet" -Columns @("RowId","LastName") -Where "FirstName='Bob'"

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