Get Pivot Table refresh date and refresh by who information
Contents
[
Hide
]
Aspose.Cells for Node.js via C++ 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.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. Following example demonstrates this feature and sample file can be downloaded from the following link.
Sample Code