uninitialized variable leaks into the pipeline when -TableName parameter is used.

This commit is contained in:
Attila Mihalicz
2016-07-07 11:35:42 +02:00
parent 151658c808
commit dba4768514

View File

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