Delete Pivot Table from a Worksheet

How to Delete Pivot Table from Worksheet Using Aspose.Cells for Python Excel Library

The following sample code deletes two pivot tables from the worksheet. First it removes pivot table using Worksheet.pivot_tables.remove(pivot_table) method and then it removes pivot table using Worksheet.pivot_tables.remove_at(index, keep_data) method