PowerShell脚本,用于下载具有特定工作表名称的SharePoint附件(Excel)

时间:2015-03-12 19:34:59

标签: excel powershell sharepoint

我正在尝试编写一个PowerShell脚本,该脚本将扫描SharePoint列表并下载excel电子表格(如果它具有某个工作表名称)。

我不确定语法在哪里开始......有没有人提供过这样的解决方案?

1 个答案:

答案 0 :(得分:0)

听起来你必须下载所有附件,直到找到你需要的附件。然后返回它作为结果。 下载附件后,可以使用excel COM API打开它并查找特定的工作表。可以在此处找到示例:http://blogs.technet.com/b/heyscriptingguy/archive/2006/09/08/how-can-i-use-windows-powershell-to-automate-microsoft-excel.aspx