我是SharePoint Online的新手,我需要帮助来创建有关SharePoint列表的报告,该报告需要每天从列表中捕获新数据并发送给一个人。 报告格式为Excel / Office 365中的其他格式
答案 0 :(得分:0)
您可以使用CSOM通过PowerShell将SharePoint列表数据导出到csv文件。
然后,向用户发送提醒电子邮件。
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/