mirror of
https://github.com/dfinke/ImportExcel.git
synced 2025-12-06 00:23:20 +00:00
uninitialized variable $idx leaks into the pipeline when -TableName parameter is used.
This commit is contained in:
@@ -254,8 +254,6 @@ function Export-Excel {
|
||||
$tbl = $ws.Tables.Add($targetRange, $TableName)
|
||||
|
||||
$tbl.TableStyle=$TableStyle
|
||||
|
||||
$idx
|
||||
}
|
||||
|
||||
if($IncludePivotTable) {
|
||||
|
||||
Reference in New Issue
Block a user