From 81e60be51d04695e684c0d6ff4456b6c3d735fa0 Mon Sep 17 00:00:00 2001 From: chadmando Date: Wed, 13 Jul 2022 15:36:17 -0500 Subject: [PATCH] Fix typo in help Open-ExcelPackage Example #2 Line#48 remove 'and' --- mdHelp/en/open-excelpackage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mdHelp/en/open-excelpackage.md b/mdHelp/en/open-excelpackage.md index be6dc95..ce22d2b 100644 --- a/mdHelp/en/open-excelpackage.md +++ b/mdHelp/en/open-excelpackage.md @@ -45,7 +45,7 @@ PS\> Set-ExcelRange -Range $sheet1.Cells ["E1:S1048576" ], $sheet1.Cells ["V1:V1 PS\> Close-ExcelPackage $excel -Show ``` -This will open the password protected file at $xlPath using the password stored in $Password. Sheet1 is selected and formatting applied to two blocks of the sheet; then the file is and saved and loaded into Excel. +This will open the password protected file at $xlPath using the password stored in $Password. Sheet1 is selected and formatting applied to two blocks of the sheet; then the file is saved and loaded into Excel. ## PARAMETERS