mirror of
https://github.com/dfinke/ImportExcel.git
synced 2025-12-06 00:23:20 +00:00
Remove Unnecessary Import & Add Header
Removed unnecessary import-module statement. Added a header to match the styling of other documents.
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
# How to Read an Existing Excel File
|
||||
|
||||
## Enumerate the Excel File Contents
|
||||
```powershell
|
||||
Import-Module ImportExcel
|
||||
#Loads the Excel file into a PSCustomObject
|
||||
#Load the Excel file into a PSCustomObject
|
||||
$ExcelFile = Import-Excel "C:\Test\file.xlsx" -WorksheetName "Sheet1"
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user