Title fixes

This commit is contained in:
Brun
2017-10-02 10:04:13 -04:00
parent a3c2a92e33
commit 5d70003582

View File

@@ -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