mirror of
https://github.com/dfinke/ImportExcel.git
synced 2025-12-10 05:13:49 +00:00
7 lines
187 B
PowerShell
7 lines
187 B
PowerShell
Import-Module $PSScriptRoot\..\..\ImportExcel.psd1 -Force
|
|
|
|
$xlfile = "$PSScriptRoot\yearlySales.xlsx"
|
|
|
|
$result = Import-Excel -Path $xlfile -WorksheetName * -Raw
|
|
|
|
$result | Measure-Object |