diff --git a/.vscode/spellright.dict b/.vscode/spellright.dict index cf51d7b..fc11589 100644 --- a/.vscode/spellright.dict +++ b/.vscode/spellright.dict @@ -32,3 +32,6 @@ enums Numberformat ChartDefiniton hashtables +Agramont +AGramont +Jhoneill diff --git a/ImportExcel.psd1 b/ImportExcel.psd1 index ad4d66e..bace54b 100644 --- a/ImportExcel.psd1 +++ b/ImportExcel.psd1 @@ -4,7 +4,7 @@ RootModule = 'ImportExcel.psm1' # Version number of this module. - ModuleVersion = '5.3.4' + ModuleVersion = '5.4.0' # ID used to uniquely identify this module GUID = '60dd4136-feff-401a-ba27-a84458c57ede' diff --git a/README.md b/README.md index aeb76b9..0f49ce6 100644 --- a/README.md +++ b/README.md @@ -56,12 +56,12 @@ Install-Module ImportExcel # What's new 5.4 - Thank you to Conrad Agramont, Twitter: [@AGramont](https://twitter.com/@AGramont) for the `AddMultiWorkSheet.ps1` example. Much appreciated! -- Fixed several more bugs where parametrs were ignored if passed a zero value -- Fixed bug where chart series headers could not come form a cell refernce (=Sheet1!Z10 now works as a header reference) +- Fixed several more bugs where parameters were ignored if passed a zero value +- Fixed bug where chart series headers could not come form a cell reference (=Sheet1!Z10 now works as a header reference) - Add-Chart will now allow a single X range, or as many X ranges as there are Y ranges. -- Merge-MultipleSheets is more robust. +- Merge-MultipleSheets is more robust. - Set-ExcelRow and Set-ExcelColumn trap attempts to process a sheet with no rows/columns. -- Help has been proof-read (thanks to Mrs @Jhoneill !). +- Help has been proof-read (thanks to Mrs. @Jhoneill !). # What's new 5.3.4