Bugfix example script

This commit is contained in:
Thomas Hofkens
2022-11-12 00:52:15 +01:00
parent c719cc3d32
commit fe016f732d

View File

@@ -26,4 +26,4 @@ $TableTotalSettings = @{
} }
} }
$data | Export-Excel -Path $xlfile -TableName Sales -TableStyle Medium10 -TableTotalSettings $TotalSettings -AutoSize -Show $data | Export-Excel -Path $xlfile -TableName Sales -TableStyle Medium10 -TableTotalSettings $TableTotalSettings -AutoSize -Show