Merge pull request #111 from attilamihalicz/master

removing extra spaces after the backtick
This commit is contained in:
Doug Finke
2016-07-07 07:49:45 -04:00
committed by GitHub
2 changed files with 2 additions and 4 deletions

View File

@@ -254,8 +254,6 @@ function Export-Excel {
$tbl = $ws.Tables.Add($targetRange, $TableName)
$tbl.TableStyle=$TableStyle
$idx
}
if($IncludePivotTable) {

View File

@@ -20,7 +20,7 @@ $fileList = echo `
Import-Html.ps1 `
Get-ExcelSheetInfo.ps1 `
Get-Range.ps1 `
TrackingUtils.ps1 `
TrackingUtils.ps1 `
plot.ps1
if ('' -eq $InstallDirectory)
@@ -46,4 +46,4 @@ $wc = New-Object System.Net.WebClient
$fileList |
ForEach-Object {
$wc.DownloadFile("https://raw.github.com/dfinke/ImportExcel/master/$_","$installDirectory\$_")
}
}