Add-Excel Cmdlet
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")