mirror of
https://github.com/dfinke/ImportExcel.git
synced 2026-02-07 12:13:47 +00:00
Added Copy-ExcelWorksheet
This commit is contained in:
@@ -25,9 +25,10 @@ $targetFiles = echo `
|
||||
Import-Html.ps1 `
|
||||
Get-Range.ps1 `
|
||||
TrackingUtils.ps1 `
|
||||
Copy-ExcelWorkSheet.ps1 `
|
||||
plot.ps1
|
||||
|
||||
ls $targetFiles |
|
||||
|
||||
ls $targetFiles |
|
||||
ForEach {
|
||||
Copy-Item -Verbose -Path $_.FullName -Destination "$($TargetPath)\$($_.name)"
|
||||
}
|
||||
Reference in New Issue
Block a user