Updated readme

This commit is contained in:
dfinke
2019-06-11 17:12:16 -04:00
parent 668e3c982c
commit 25081f84c1

View File

@@ -53,6 +53,11 @@ Install-Module ImportExcel -scope CurrentUser
Install-Module ImportExcel
```
# What's new 6.2.0
- Fixed, Import-Excel can read xlsx files even if already open in Excel
- Added `New-ExcelStyle`, plus `-Style` to `Export-Excel` and `-Merge` to `Set-ExcelRange`
# What's new 6.1.0
Thank you to [James O'Neill](https://github.com/jhoneill)