mirror of
https://github.com/dfinke/ImportExcel.git
synced 2025-12-06 00:23:20 +00:00
Prepped for 5.4.0
This commit is contained in:
3
.vscode/spellright.dict
vendored
3
.vscode/spellright.dict
vendored
@@ -32,3 +32,6 @@ enums
|
|||||||
Numberformat
|
Numberformat
|
||||||
ChartDefiniton
|
ChartDefiniton
|
||||||
hashtables
|
hashtables
|
||||||
|
Agramont
|
||||||
|
AGramont
|
||||||
|
Jhoneill
|
||||||
|
|||||||
@@ -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'
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user