Punctuation change

This commit is contained in:
Davis Henckel
2021-11-26 10:25:30 -08:00
committed by GitHub
parent 4a09fc3570
commit 5a444c620b

View File

@@ -1,5 +1,5 @@
# Create an Empty Excel File
Use an empty string to 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"