diff --git a/FAQ/How to Create an Empty Excel File.md b/FAQ/How to Create an Empty Excel File.md index b017ac5..04335d1 100644 --- a/FAQ/How to Create an Empty Excel File.md +++ b/FAQ/How to Create an Empty Excel File.md @@ -1,5 +1,5 @@ # Create an Empty Excel File -Use an Empty String and Export to an Excel File. +Use an empty string to export to an excel File. ```powershell #Build an Excel file named: "file.xlsx" containing a worksheet: "MyWorksheet" "" | Export-Excel -Path "C:\Test\file.xlsx -WorksheetName "MyWorksheet"