Add-ExcelOnline Cmdlet
Inserts Microsoft Excel Online data.
Syntax
Add-ExcelOnline [parameters]
Remarks
The Add-ExcelOnline cmdlet allows you to use a syntax similar to SQL INSERT statements to create new Microsoft Excel Online records.
Add-ExcelOnline -Connection $connection -Table "Test_xlsx_Sheet1" -Columns @("Column1") -Values @("Jon Doe")