mirror of
https://github.com/dfinke/ImportExcel.git
synced 2026-01-05 18:13:43 +00:00
Updated
This commit is contained in:
12
README.md
12
README.md
@@ -52,16 +52,22 @@ Install-Module ImportExcel -scope CurrentUser
|
||||
```PowerShell
|
||||
Install-Module ImportExcel
|
||||
```
|
||||
# What's new 6.2.3
|
||||
|
||||
# What's new 6.2.1
|
||||
Thank you [jhoneill](https://github.com/jhoneill).
|
||||
|
||||
- Refactored copy sheet and added pipe support
|
||||
- Add `ClearAll` to `Set-ExcelRange`
|
||||
- Fix broken test & regression for `passwords`
|
||||
- **Note**: Passwords do not work on `pwsh`. The EPPlus library does not support these dotnet core APIs at this time.
|
||||
|
||||
# What's new 6.2.2
|
||||
|
||||
- Added requested feature, chart trendlines.
|
||||
- [Example PowerShell script](https://github.com/dfinke/ImportExcel/blob/master/Examples/Charts/NumberOfVisitors.ps1)
|
||||
|
||||

|
||||
|
||||
# What's new 6.2.2
|
||||
|
||||
- Fixed Import-Excel and relative path issue, added unit tests.
|
||||
|
||||
# What's new 6.2.0
|
||||
|
||||
Reference in New Issue
Block a user