create directory, add initial md file w/first doc

This commit is contained in:
Davis Henckel
2021-11-21 16:50:34 -08:00
parent 3a4c2d7bd9
commit 9eb894cf59

View File

@@ -0,0 +1,12 @@
# How to Read an existing Excel File
```powershell
Import-Module ImportExcel
#Loads the Excel file into a is a custom PS Object
$ExcelFile = Import-Excel "C:\Test\file.xlsx" -WorksheetName "Sheet1"
```
## Visual of Data Structure
The File C:\Test\file.xlsx contains
After Loading this data into ```$ExcelFile``` the data is stored like: