mirror of
https://github.com/dfinke/ImportExcel.git
synced 2025-12-06 00:23:20 +00:00
Fixes #129.
This commit is contained in:
@@ -19,7 +19,7 @@ Add-Type -Path "$($PSScriptRoot)\EPPlus.dll"
|
|||||||
. $PSScriptRoot\TrackingUtils.ps1
|
. $PSScriptRoot\TrackingUtils.ps1
|
||||||
. $PSScriptRoot\Copy-ExcelWorkSheet.ps1
|
. $PSScriptRoot\Copy-ExcelWorkSheet.ps1
|
||||||
|
|
||||||
if($Host.Version.Major -ge 5) {
|
if($PSVersionTable.PSVersion.Major -ge 5) {
|
||||||
. $PSScriptRoot\plot.ps1
|
. $PSScriptRoot\plot.ps1
|
||||||
|
|
||||||
function New-Plot {
|
function New-Plot {
|
||||||
|
|||||||
Reference in New Issue
Block a user