Get Pivot Table refresh date and refresh by who information
Contents
[
Hide
]
Aspose.Cells for Python via .NET now supports fetching the refresh date and refresh by who information from a workbook.
How to Get Pivot Table Refresh Date and Refresh by Who information
PivotTable.refresh_date returns the date on which the PivotTable report was last refreshed. Similarly PivotTable.refreshed_by_who property returns the name of the user who refreshed the report last time. Following example demonstrates this feature and sample file can be downloaded from the following link.
Sample Code