Skip to content

Commit

Permalink
Fixes #5
Browse files Browse the repository at this point in the history
  • Loading branch information
dfinke committed Apr 10, 2015
1 parent e32095d commit ca2dfd7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions ImportExcel.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ function Import-Excel {
}

function Export-Excel {
<#
.Synopsis
#>
param(
[Parameter(Mandatory)]
$Path,
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit ca2dfd7

Please sign in to comment.