Files
ImportExcel/Examples/ReadAllSheets/ReadAllSheets.ps1
2019-11-21 17:29:58 +00:00

4 lines
102 B
PowerShell

$xlfile = "$env:TEMP\MultipleSheets.xlsx"
.\GenerateXlsx.ps1 $xlfile
.\Get-ExcelSheets.ps1 $xlfile