refresh_pivot_tables method
refresh_pivot_tables(self)
Refreshes all the PivotTables in the Excel file.
def refresh_pivot_tables(self):
    ...
refresh_pivot_tables(self, option)
Refreshes all the PivotTables in the Excel file.
def refresh_pivot_tables(self, option):
    ...
| Parameter | Type | Description | 
|---|---|---|
| option | aspose.cells.pivot.PivotTableRefreshOption | The option for refreshing data source of the pivot tables. | 
See Also
- module aspose.cells
- class WorksheetCollection