Added Copy-ExcelWorksheet

This commit is contained in:
dfinke
2016-07-30 15:11:01 -04:00
parent 372fdc4213
commit 3efdfd0e0b
4 changed files with 29 additions and 2 deletions

View File

@@ -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)"
}