Pivot Table Hide and Sort Data

Pivot Table Hide and Sort Data Using Aspose.Cells for Python Excel Library

Aspose.Cells for Python via .NET supports hiding and sorting data in a pivot table. The following code snippet demonstrates this feature by sorting the Score column in descending order and then hiding the rows with a score less than 60.

The source and output Excel files used in the code snippet are attached for reference.

Source File

Output File