Get Pivot Table refresh date and refresh by who information
Contents
[
Hide
]
Aspose.Cells now supports fetching the refresh date and refresh by who information from a workbook.
PivotTable.getRefreshDate returns the date on which the PivotTable report was last refreshed. Similarly PivotTable.getRefreshByWho 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