diff --git a/ImportExcel.psd1 b/ImportExcel.psd1 index ccad95c..9b4e0e0 100644 --- a/ImportExcel.psd1 +++ b/ImportExcel.psd1 @@ -6,7 +6,7 @@ RootModule = 'ImportExcel.psm1' # Version number of this module. - ModuleVersion = '7.5.3' + ModuleVersion = '7.6.0' # ID used to uniquely identify this module GUID = '60dd4136-feff-401a-ba27-a84458c57ede' diff --git a/changelog.md b/changelog.md index 3e4eace..fde3f92 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,6 @@ +# 7.6.0 +- Fix -StartRow and -StartColumn being ignored. + # v7.5.2 - Changed the switch `-NotAsDictionary` to `-Raw`. Works with `-Worksheetname *` reads all the sheets in the xlsx file and returns an array.