From 0bb08fcb20b3dbccf5fbbab3224fbf3ee9b70fd8 Mon Sep 17 00:00:00 2001 From: Wes Stahler Date: Fri, 11 Jan 2019 20:49:08 -0500 Subject: [PATCH] Update Export-Excel.ps1 --- Export-Excel.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Export-Excel.ps1 b/Export-Excel.ps1 index 7876fac..6018160 100644 --- a/Export-Excel.ps1 +++ b/Export-Excel.ps1 @@ -17,7 +17,7 @@ .PARAMETER ClearSheet If specified Export-Excel will remove any existing worksheet with the selected name. The Default behaviour is to overwrite cells in this sheet as needed (but leaving non-overwritten ones in place). .PARAMETER Append - If specified dat,a will be added to the end of an existing sheet, using the same column headings. + If specified data will be added to the end of an existing sheet, using the same column headings. .PARAMETER TargetData Data to insert onto the worksheet - this is usually provided from the pipeline. .PARAMETER DisplayPropertySet @@ -1390,4 +1390,4 @@ function Add-ExcelTable { if ($PassThru) {return $tbl} } catch {Write-Warning -Message "Failed adding table '$TableName' to worksheet '$WorksheetName': $_"} -} \ No newline at end of file +}