This commit is contained in:
Doug Finke
2015-04-10 14:35:06 -04:00
parent e32095d88d
commit ca2dfd7d6c
2 changed files with 4 additions and 1 deletions

View File

@@ -44,6 +44,9 @@ function Import-Excel {
}
function Export-Excel {
<#
.Synopsis
#>
param(
[Parameter(Mandatory)]
$Path,

View File

@@ -16,7 +16,7 @@ What's new
* Renamed `AutoFitColumns` to `AutoSize`
* Implemented `Export-MultipleExcelSheets`
* Implemented `-Password` for a worksheet
* Repalce `-Force` switch with `-NoClobber` switch
* Replaced `-Force` switch with `-NoClobber` switch
#### Examples
`gsv | Export-Excel .\test.xlsx -WorkSheetname Services`