Get Pivot Table refresh date and refresh by who information with Golang via C++

Contents
[ ]

PivotTable.GetRefreshDate() returns the date on which the PivotTable report was last refreshed. Similarly, PivotTable.GetRefreshedByWho() property returns the name of the user who last refreshed the report. The following example demonstrates this feature, and the sample file can be downloaded from the link below.

SourcePivotTable.xlsx

Sample Code