Forum Discussion
Dan44
2 years agoHelper I
Auto Refresh Excel Report with Power Pivot Data Model
Hi all, I have this Office Script which can be scheduled in Excel: function main(workbook: ExcelScript.Workbook) {
// Refresh all data connections
workbook.refreshAllDataConnections...
SaiTejaTalasila
2 years agoSuper User