Delete Pivot Table from a Worksheet

How to Delete Pivot Table from Worksheet Using Aspose.Cells for Node.js via C++

The following sample code deletes two PivotTables from the worksheet. First, it removes a PivotTable using the Worksheet.getPivotTables().remove(pivotTable) method, and then it removes a PivotTable using the Worksheet.getPivotTables().removeAt(index, keepData) method.