You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Got this in return:
`Add-Type : Could not load file or assembly 'file:///F:\PowerShell\ClassComp\PSExcel-master\PSExcel\lib\epplus.dll' or
one of its dependencies. Operation is not supported. (Exception from HRESULT: 0x80131515)
At F:\PowerShell\ClassComp\PSExcel-master\PSExcel\PSExcel.psm1:9 char:26
There is a fix to this...
I went to the EPPlus site and download the latest (4.1 at this time). I extract the DotNet4 version and replaced the dll and xml that cam with PSExcel.
Ran this:
Import-Module .\PSExcel.psm1
Got this in return:
`Add-Type : Could not load file or assembly 'file:///F:\PowerShell\ClassComp\PSExcel-master\PSExcel\lib\epplus.dll' or
one of its dependencies. Operation is not supported. (Exception from HRESULT: 0x80131515)
At F:\PowerShell\ClassComp\PSExcel-master\PSExcel\PSExcel.psm1:9 char:26
The text was updated successfully, but these errors were encountered: