From b82888527f05b122449c7dc291c28adc65181a07 Mon Sep 17 00:00:00 2001 From: dfinke Date: Wed, 24 Jul 2019 09:54:24 -0400 Subject: [PATCH] Updated --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b634455..1a24a43 100644 --- a/README.md +++ b/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) ![](/images/ChartTrendlines.png) -# What's new 6.2.2 - - Fixed Import-Excel and relative path issue, added unit tests. # What's new 6.2.0