diff --git a/Export-Excel.ps1 b/Export-Excel.ps1 index f49d853..98d9be9 100644 --- a/Export-Excel.ps1 +++ b/Export-Excel.ps1 @@ -515,6 +515,9 @@ Function Export-Excel { if (-not [String]::IsNullOrEmpty($TableName)) { $csr = $StartRow + if ($Title) { + $csr += 1 + } $csc = $StartColumn $cer = $ws.Dimension.End.Row $cec = $script:Header.Count