mirror of
https://github.com/dfinke/ImportExcel.git
synced 2025-12-16 00:04:24 +00:00
Update Export-Excel.ps1
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
.PARAMETER ClearSheet
|
.PARAMETER ClearSheet
|
||||||
If specified Export-Excel will remove any existing worksheet with the selected name. The Default behaviour is to overwrite cells in this sheet as needed (but leaving non-overwritten ones in place).
|
If specified Export-Excel will remove any existing worksheet with the selected name. The Default behaviour is to overwrite cells in this sheet as needed (but leaving non-overwritten ones in place).
|
||||||
.PARAMETER Append
|
.PARAMETER Append
|
||||||
If specified dat,a will be added to the end of an existing sheet, using the same column headings.
|
If specified data will be added to the end of an existing sheet, using the same column headings.
|
||||||
.PARAMETER TargetData
|
.PARAMETER TargetData
|
||||||
Data to insert onto the worksheet - this is usually provided from the pipeline.
|
Data to insert onto the worksheet - this is usually provided from the pipeline.
|
||||||
.PARAMETER DisplayPropertySet
|
.PARAMETER DisplayPropertySet
|
||||||
@@ -1390,4 +1390,4 @@ function Add-ExcelTable {
|
|||||||
if ($PassThru) {return $tbl}
|
if ($PassThru) {return $tbl}
|
||||||
}
|
}
|
||||||
catch {Write-Warning -Message "Failed adding table '$TableName' to worksheet '$WorksheetName': $_"}
|
catch {Write-Warning -Message "Failed adding table '$TableName' to worksheet '$WorksheetName': $_"}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user