【发布时间】:2014-03-19 17:36:27
【问题描述】:
使用 Office 2010/2013,您可以下载 PIA 主互操作程序集并执行控制 Excel 等的操作,例如构建临时电子表格。
Add-Type -Assembly "Microsoft.Office.Interop.Excel"
$app = New-Object Microsoft.Office.Interop.Excel.ApplicationClass
Office 365 中的 Excel 是否同样适用?
【问题讨论】:
标签: powershell office-interop office365