从工作表中删除数据透视表
Contents
[
Hide
]
Aspose.Cells 提供了从工作表中删除或删除数据透视表的功能。您可以使用数据透视表对象或数据透视表位置删除数据透视表。请使用工作表.getPivotTables().remove() 方法使用数据透视表对象删除数据透视表和[工作表.getPivotTables().removeAt()](https://reference.aspose.com/cells/java/com.aspose.cells/pivottablecollection#removeAt(int)方法使用其在数据透视表集合中的位置删除数据透视表对象。
例子
以下示例代码从工作表中删除两个数据透视表。首先,它使用删除数据透视表[工作表.getPivotTables().remove()](https://reference.aspose.com/cells/java/com.aspose.cells/pivottablecollection#remove(com.aspose.cells.PivotTable)方法,然后使用删除数据透视表[工作表.getPivotTables().removeAt()](https://reference.aspose.com/cells/java/com.aspose.cells/pivottablecollection#removeAt(int)) 方法