This commit is contained in:
Doug Finke
2015-04-10 10:21:19 -04:00
parent cd4505076e
commit 2f680fc0cb

View File

@@ -11,13 +11,16 @@ What's new
#### 4/8/2015 #### 4/8/2015
* Implemented exporting data to **named sheets** via the -WorkSheename parameter. * Implemented exporting data to **named sheets** via the -WorkSheename parameter.
#### 4/10/2015 #### 4/10/2015
* Renamed `AutoFitColumns` to `AutoSize` * Renamed `AutoFitColumns` to `AutoSize`
* Implemented `Export-MultipleExcelSheets` * Implemented `Export-MultipleExcelSheets`
#### Examples #### Examples
`gsv | Export-Excel .\test.xlsx -WorkSheetname Services` `gsv | Export-Excel .\test.xlsx -WorkSheetname Services`
`dir -file | Export-Excel .\test.xlsx -WorkSheetname Files` `dir -file | Export-Excel .\test.xlsx -WorkSheetname Files`
`ps | Export-Excel .\test.xlsx -WorkSheetname Processes -IncludePivotTable -Show -PivotRows Company -PivotData PM` `ps | Export-Excel .\test.xlsx -WorkSheetname Processes -IncludePivotTable -Show -PivotRows Company -PivotData PM`
#### Example Export-MultipleExcelSheets #### Example Export-MultipleExcelSheets