从SharePoint列表自动生成报告

时间:2019-04-03 16:26:07

标签: sharepoint office365

我是SharePoint Online的新手,我需要帮助来创建有关SharePoint列表的报告,该报告需要每天从列表中捕获新数据并发送给一个人。 报告格式为Excel / Office 365中的其他格式

1 个答案:

答案 0 :(得分:0)

您可以使用CSOM通过PowerShell将SharePoint列表数据导出到csv文件。

http://www.sharepointdiary.com/2016/03/export-list-items-to-csv-in-sharepoint-online-using-powershell.html

然后,向用户发送提醒电子邮件。

http://www.sharepointdiary.com/2016/11/sharepoint-online-powershell-to-send-email.html

每天将PowerShell脚本作为Windows任务计划程序运行。

https://blog.netwrix.com/2018/07/03/how-to-automate-powershell-scripts-with-task-scheduler/