mirror of
https://github.com/dfinke/ImportExcel.git
synced 2025-12-15 15:53:32 +00:00
Title fixes
This commit is contained in:
@@ -515,6 +515,9 @@ Function Export-Excel {
|
|||||||
|
|
||||||
if (-not [String]::IsNullOrEmpty($TableName)) {
|
if (-not [String]::IsNullOrEmpty($TableName)) {
|
||||||
$csr = $StartRow
|
$csr = $StartRow
|
||||||
|
if ($Title) {
|
||||||
|
$csr += 1
|
||||||
|
}
|
||||||
$csc = $StartColumn
|
$csc = $StartColumn
|
||||||
$cer = $ws.Dimension.End.Row
|
$cer = $ws.Dimension.End.Row
|
||||||
$cec = $script:Header.Count
|
$cec = $script:Header.Count
|
||||||
|
|||||||
Reference in New Issue
Block a user