mirror of
https://github.com/dfinke/ImportExcel.git
synced 2025-12-10 21:33:16 +00:00
Updated for new ps1
This commit is contained in:
@@ -16,6 +16,7 @@ Add-Type -Path "$($PSScriptRoot)\EPPlus.dll"
|
||||
. $PSScriptRoot\Get-HtmlTable.ps1
|
||||
. $PSScriptRoot\Import-Html.ps1
|
||||
. $PSScriptRoot\Get-Range.ps1
|
||||
. $PSScriptRoot\TrackingUtils.ps1
|
||||
|
||||
if($Host.Version.Major -ge 5) {
|
||||
. $PSScriptRoot\plot.ps1
|
||||
|
||||
@@ -20,6 +20,7 @@ $fileList = echo `
|
||||
Import-Html.ps1 `
|
||||
Get-ExcelSheetInfo.ps1 `
|
||||
Get-Range.ps1 `
|
||||
TrackingUtils.ps1 `
|
||||
plot.ps1
|
||||
|
||||
if ('' -eq $InstallDirectory)
|
||||
|
||||
@@ -24,6 +24,7 @@ $targetFiles = echo `
|
||||
Get-HtmlTable.ps1 `
|
||||
Import-Html.ps1 `
|
||||
Get-Range.ps1 `
|
||||
TrackingUtils.ps1 `
|
||||
plot.ps1
|
||||
|
||||
ls $targetFiles |
|
||||
|
||||
Reference in New Issue
Block a user