mirror of
https://github.com/dfinke/ImportExcel.git
synced 2025-12-11 05:43:17 +00:00
@@ -417,8 +417,8 @@ Function Export-Excel {
|
|||||||
else {
|
else {
|
||||||
foreach ($Name in $script:Header) {
|
foreach ($Name in $script:Header) {
|
||||||
$ws.Cells[$Row, $ColumnIndex].Value = $Name
|
$ws.Cells[$Row, $ColumnIndex].Value = $Name
|
||||||
$ColumnIndex += 1
|
|
||||||
Write-Verbose "Cell '$Row`:$ColumnIndex' add header '$Name'"
|
Write-Verbose "Cell '$Row`:$ColumnIndex' add header '$Name'"
|
||||||
|
$ColumnIndex += 1
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user