Skip to content

Commit

Permalink
Prepped for 5.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dfinke committed Nov 3, 2018
1 parent ffcdd39 commit d1976bf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .vscode/spellright.dict
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,6 @@ enums
Numberformat
ChartDefiniton
hashtables
Agramont
AGramont
Jhoneill
2 changes: 1 addition & 1 deletion ImportExcel.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d1976bf

Please sign in to comment.