mirror of
https://github.com/dfinke/ImportExcel.git
synced 2026-01-06 10:33:19 +00:00
Trap invalid worksheet name in Set-ExcelRow/Column
This commit is contained in:
@@ -53,11 +53,14 @@ Install-Module ImportExcel -scope CurrentUser
|
||||
Install-Module ImportExcel
|
||||
```
|
||||
|
||||
# What's new
|
||||
- Set-ExcelRow and Set-ExcelColumn now check that the worksheet name they passed exists in the workbook.
|
||||
|
||||
# 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.
|
||||
- Set-ExcelRow and Set-ExcelColumn trap attempts to process a sheet with no rows/columns.
|
||||
|
||||
Reference in New Issue
Block a user