This commit is contained in:
Doug Finke
2022-05-07 17:15:24 -04:00
committed by GitHub
parent 31abd215dc
commit 8c6c7eeaf6

View File

@@ -52,6 +52,8 @@ Quickly read a spreadsheet document into a PowerShell array.
```powershell
$data = Import-Excel .\salesData.xlsx
$data
```
```powershell