From 2f680fc0cbef708bbe74672530f45f6852694372 Mon Sep 17 00:00:00 2001 From: Doug Finke Date: Fri, 10 Apr 2015 10:21:19 -0400 Subject: [PATCH] Updated --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f143460..76717ea 100644 --- a/README.md +++ b/README.md @@ -11,13 +11,16 @@ What's new #### 4/8/2015 * Implemented exporting data to **named sheets** via the -WorkSheename parameter. + #### 4/10/2015 * Renamed `AutoFitColumns` to `AutoSize` * Implemented `Export-MultipleExcelSheets` #### 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` #### Example Export-MultipleExcelSheets