Cmdlets for Microsoft Excel

Build 24.0.9060

Add-Excel Cmdlet

Parameters   Output Objects  

Inserts Microsoft Excel data.

Syntax

Add-Excel [parameters]

Remarks

The Add-Excel cmdlet allows you to use a syntax similar to SQL INSERT statements to create new Microsoft Excel records.

Add-Excel -Connection $connection -Table "Sheet" -Columns @("LastName") -Values @("Smith")

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