从工作表中删除数据透视表

使用Aspose.Cells for Python Excel库删除工作表中的数据透视表

以下示例代码从工作表中删除了两个数据透视表。首先使用Worksheet.pivot_tables.remove(pivot_table)方法移除数据透视表,然后使用Worksheet.pivot_tables.remove_at(index, keep_data)方法移除数据透视表。