From ca2dfd7d6c0812e467d643146116c9256df63e69 Mon Sep 17 00:00:00 2001 From: Doug Finke Date: Fri, 10 Apr 2015 14:35:06 -0400 Subject: [PATCH] Fixes #5 --- ImportExcel.psm1 | 3 +++ README.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ImportExcel.psm1 b/ImportExcel.psm1 index a8b0efa..cc5ba53 100644 --- a/ImportExcel.psm1 +++ b/ImportExcel.psm1 @@ -44,6 +44,9 @@ function Import-Excel { } function Export-Excel { + <# + .Synopsis + #> param( [Parameter(Mandatory)] $Path, diff --git a/README.md b/README.md index 1e1b682..42e5566 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ What's new * Renamed `AutoFitColumns` to `AutoSize` * Implemented `Export-MultipleExcelSheets` * Implemented `-Password` for a worksheet -* Repalce `-Force` switch with `-NoClobber` switch +* Replaced `-Force` switch with `-NoClobber` switch #### Examples `gsv | Export-Excel .\test.xlsx -WorkSheetname Services`