DataConnection Type
The Microsoft SharePoint ExcelConnection object.
Remarks
The ExcelServicesConnection object. Connection properties can be accessed with the getter and setter methods of this object:
$conn = Connect-ExcelServices -Url 'https://myorg.sharepoint.com' -User '[email protected]' -Password 'password' -File 'Book1.xlsx' $conn | GM