Get Pivot Table refresh date and refresh by who information with Golang via C++
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.GetRefreshedByWho() property returns the name of the user who refreshed the report last time. The following example demonstrates this feature, and the sample file can be downloaded from the following link.
Sample Code