Import-Excel updated help

This commit is contained in:
DarkLite1
2017-09-19 16:00:11 +02:00
parent 2c16cdcbfe
commit a0563d4daa

View File

@@ -59,7 +59,7 @@ Function Import-Excel {
Specifies the path to the Excel file.
.PARAMETER WorksheetName
Specifies the name of the worksheet in the Excel workbook to import.
Specifies the name of the worksheet in the Excel workbook to import. By default, if no name is provided, the first worksheet will be imported.
.PARAMETER DataOnly
Import only rows and columns that contain data, empty rows and empty columns are not imported.