无法安装ImportExcel Powershell模块

时间:2016-12-16 21:16:54

标签: excel powershell module install

首先,我想说我是一个初学者,所以请尽量不要使用复杂的单词。我使用Powershell V5,我需要运行以下行:

Install-Module ImportExcel -scope CurrentUser

但会出现错误消息

  

安装模块:Le terme«Install-Module»n'est pas reconnu comme nom   d'applet de commande,fonction,fichier de script ou program   可执行文件。 Vérifiezl'orthographedu nom,ou si un chemin d'accès   existe,vérifiezquele chemin d'accèssestcorrectetréessayez。

EN:

  

术语“安装模块”未被识别为cmdlet的名称,   功能,脚本文件或可操作程序。检查拼写   名称,或者如果包含路径,请验证路径是否正确   再试一次。

我有Powershell 5.0版:

  

PSVersion 5.0.10586.117
  PSCompatibleVersions {1.0,2.0,3.0,4.0 ...}
  BuildVersion 10.0.10586.117
  CLRVersion 4.0.30319.36366
  WSManStackVersion 3.0
  PSRemotingProtocolVersion 2.3
  SerializationVersion 1.1.0.1

1 个答案:

答案 0 :(得分:0)

非常重要的是,在Windows计算机上运行 以管理员身份提升的PowerShell ,然后运行

Find-Module -Name PowerShellGet | Install-Module
Find-Module -Name ImportExcel | Install-Module

如果出现提示,只需为每个命令选择“ 是所有人”,然后全部完成,一旦完成,请重试。

  

ImportExcel 6.0.0

     

PowerShell模块,用于导入/导出Excel电子表格,而无需Excel。

     

source