Get External Connection Data Source of Pivot Table with Golang via C++
Contents
[
Hide
]
Get External Connection Data Source of Pivot Table
Aspose.Cells provides the ability to get the external connection data source of the pivot table. For this, the API provides the GetExternalConnectionDataSource() property of the PivotTable class. The GetExternalConnectionDataSource() property returns the ExternalConnection object. The following code snippet demonstrates the use of the PivotTable.GetExternalConnectionDataSource() property to get the external connection data source of the pivot table.
Sample Code
The source file used in the code snippet is attached for reference.