Added Export-MultipleExcelSheets

This commit is contained in:
Doug Finke
2015-04-10 10:02:33 -04:00
parent 90d4379a21
commit e6c8380c58
2 changed files with 37 additions and 1 deletions

10
test.ps1 Normal file
View File

@@ -0,0 +1,10 @@
cls
$DataToGather = @{
Processes = {ps}
Services = {gsv}
Files = {dir -File}
Albums = {(Invoke-RestMethod http://www.dougfinke.com/powershellfordevelopers/albums.js)}
}
Export-MultipleExcelSheets -Show -AutoSize .\testExport.xlsx $DataToGather