Change Slicer Properties

Possible Usage Scenarios

There may be situations where you want to change the properties of a slicer, such as its placement or row height. Aspose.Cells for Python via .NET provides the option to update these properties.

How to Change Slicer Properties Using Aspose.Cells for Python Excel Library

Please see the following sample code. It loads the sample Excel file that contains a table. It then creates a slicer based on the first column and changes its properties, such as row height, width, printable flag, title, etc. It saves the workbook as outputChangeSlicerProperties.xlsx.

Sample Code