gpt4 book ai didi

comobject - 使用 PowerShell Core for Mac 加载带有宏的 .xls 文件

转载 作者:行者123 更新时间:2023-12-01 13:18:50 26 4
gpt4 key购买 nike

我正在尝试使用 PowerShell Core for Mac 加载 Excel 文件,但我遇到了 New-Object 的问题.它在第一行失败了

$Excel = New-Object -ComObject Excel.Application

这是我收到的错误消息:

新对象:找不到与参数名称匹配的参数
'ComObject'。
在行:1 字符:21
+ $Excel = 新对象 -ComObject Excel.Application
+ ~~~~~~~~~~
+ CategoryInfo : InvalidArgument: (:) [New-Object], ParameterBindingException
+ FullQualifiedErrorId : NamedParameterNotFound,Microsoft.PowerShell.Commands.NewObjectCommand

有没有人遇到过这个问题,有谁知道如何解决它?

最佳答案

您收到的错误消息是 -ComObject参数无效。从this issue posted on the powershell github判断我会说 -ComObject无效,因为它在 Mac 平台上不受支持。

关于comobject - 使用 PowerShell Core for Mac 加载带有宏的 .xls 文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51787775/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com