From e60f2594800403afc81cc5e8b5870a71dd585ae8 Mon Sep 17 00:00:00 2001 From: Doug Finke Date: Fri, 10 Apr 2015 09:38:28 -0400 Subject: [PATCH] Updated --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 6c9ba02..2c5d597 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,23 @@ PowerShell Import-Excel - This PowerShell Module wraps the .NET EPPlus DLL (included). Easily integrate reading and writing Excel spreadsheets into PowerShell, without launching Excel in the background. You can also automate the creation of Pivot Tables and Charts. +Know Issues +- +* Only one pivot table can be added. Investigating how EPPlus saves the target file. + +What's new +- + +#### 4/8/2015 +* Implemented exporting data to **named sheets** via the -WorkSheename parameter. + +#### Examples +`gsv | Export-Excel .\test.xlsx -WorkSheetname Services` +`dir -file | Export-Excel .\test.xlsx -WorkSheetname Files` +`ps | Export-Excel .\test.xlsx -WorkSheetname Processes -IncludePivotTable -Show -PivotRows Company -PivotData PM` + +***NOTE*** If the sheet exists when using *-WorkSheetname* parameter, it will be deleted and then added with the new data. + Get-Process Exported to Excel - ### Total Physical Memory Grouped By Company