Prepped for 5.4.0

This commit is contained in:
dfinke
2018-11-03 11:33:15 -04:00
parent ffcdd39ae9
commit d1976bf3a9
3 changed files with 8 additions and 5 deletions

View File

@@ -32,3 +32,6 @@ enums
Numberformat Numberformat
ChartDefiniton ChartDefiniton
hashtables hashtables
Agramont
AGramont
Jhoneill

View File

@@ -4,7 +4,7 @@
RootModule = 'ImportExcel.psm1' RootModule = 'ImportExcel.psm1'
# Version number of this module. # Version number of this module.
ModuleVersion = '5.3.4' ModuleVersion = '5.4.0'
# ID used to uniquely identify this module # ID used to uniquely identify this module
GUID = '60dd4136-feff-401a-ba27-a84458c57ede' GUID = '60dd4136-feff-401a-ba27-a84458c57ede'

View File

@@ -56,12 +56,12 @@ Install-Module ImportExcel
# What's new 5.4 # What's new 5.4
- Thank you to Conrad Agramont, Twitter: [@AGramont](https://twitter.com/@AGramont) for the `AddMultiWorkSheet.ps1` example. Much appreciated! - 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 several more bugs where parameters 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 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. - 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. - 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 # What's new 5.3.4