Hotfix for misnamed parameter

This commit is contained in:
dfinke
2018-10-04 09:57:22 -04:00
parent bf2e37ac9f
commit 5158addc36

View File

@@ -53,7 +53,11 @@ Install-Module ImportExcel -scope CurrentUser
Install-Module ImportExcel
```
# What's new 5.3.3
# What's new 5.3.4
- HotFix for parameter PivotTableSyle should be PivotTableStyle https://github.com/dfinke/ImportExcel/issues/453
# What's new 5.3.3
- Thank you to (lazywinadmin)[https://github.com/lazywinadmin] - Expand aliases in examples and elsewhere
- In Export-Excel fixed a bug where -AutoNameRange on pre-existing data included the header in the range.