mirror of
https://github.com/dfinke/ImportExcel.git
synced 2026-02-09 13:10:21 +00:00
Fixes #5
This commit is contained in:
@@ -44,6 +44,9 @@ function Import-Excel {
|
||||
}
|
||||
|
||||
function Export-Excel {
|
||||
<#
|
||||
.Synopsis
|
||||
#>
|
||||
param(
|
||||
[Parameter(Mandatory)]
|
||||
$Path,
|
||||
|
||||
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user