mirror of
https://github.com/dfinke/ImportExcel.git
synced 2026-02-15 07:55:26 +00:00
Update Install.ps1
Added Get-ExcelSheetInfo.ps1 to the files to copy list
This commit is contained in:
@@ -17,8 +17,9 @@ $fileList = echo `
|
||||
Pivot.ps1 `
|
||||
New-ConditionalText.ps1 `
|
||||
Get-HtmlTable.ps1 `
|
||||
Import-Html.ps1
|
||||
|
||||
Import-Html.ps1 `
|
||||
Get-ExcelSheetInfo.ps1
|
||||
|
||||
if ('' -eq $InstallDirectory)
|
||||
{
|
||||
$personalModules = Join-Path -Path ([Environment]::GetFolderPath('MyDocuments')) -ChildPath WindowsPowerShell\Modules
|
||||
|
||||
Reference in New Issue
Block a user