Removing Slicer

Removing Slicer

To remove slicer in Microsoft Excel, you simply select the slicer and press the Delete button. To achieve the save using Aspose.Cells for Python via Java, use the Worksheet.getSlicers().remove() method. It will remove the slicer from the worksheet. 

The following code snippet loads the sample Excel file that contains an existing slicer. It accesses the slicer, removes it, and saves the output Excel file. The following screenshot shows the slicer that will be removed.

todo:image_alt_text

Sample Code