Add ReadAllSheets example, update readme bump version

This commit is contained in:
dfinke
2019-09-22 11:43:47 -04:00
parent fbae59b386
commit e45c07c40b
3 changed files with 65 additions and 1 deletions

View File

@@ -52,6 +52,10 @@ Install-Module ImportExcel -scope CurrentUser
Install-Module ImportExcel
```
# What's new 6.5.2
- Added the example ReadAllSheets.ps1 based on the thread https://github.com/dfinke/ImportExcel/issues/678
# What's new 6.5.0
This is now using the latest version of EPPlus. Unit tests are updated and passing, if you hit problems, please open an issue.