Remove Pivot Connection

Possible Usage Scenarios

If you want to disassociate slicer and pivot table in Excel, you need to right-click slicer and select “Report Connections…” item. In the option list, you can operate on the check box. Similarly, if you want to disassociate slicer and pivot table using Aspose.Cells API programmatically, please use the Slicer.removePivotConnection(PivotTable pivot) method. It will disassociate slicer and pivot table.

Removing Slicer

The following sample code loads the sample Excel file that contains an existing slicer. It accesses the slicers and then disassociates slicer and pivot table. Finally, it saves the workbook as output Excel file.

Sample Code