diff --git a/Examples/Tables/SalesData-WithTotalRow.ps1 b/Examples/Tables/SalesData-WithTotalRow.ps1 index c5275d3..c7b7e0b 100644 --- a/Examples/Tables/SalesData-WithTotalRow.ps1 +++ b/Examples/Tables/SalesData-WithTotalRow.ps1 @@ -26,4 +26,4 @@ $TableTotalSettings = @{ } } -$data | Export-Excel -Path $xlfile -TableName Sales -TableStyle Medium10 -TableTotalSettings $TotalSettings -AutoSize -Show \ No newline at end of file +$data | Export-Excel -Path $xlfile -TableName Sales -TableStyle Medium10 -TableTotalSettings $TableTotalSettings -AutoSize -Show \ No newline at end of file