mirror of
https://github.com/dfinke/ImportExcel.git
synced 2025-12-06 00:23:20 +00:00
Punctuation change
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
# Create an Empty Excel File
|
# 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
|
```powershell
|
||||||
#Build an Excel file named: "file.xlsx" containing a worksheet: "MyWorksheet"
|
#Build an Excel file named: "file.xlsx" containing a worksheet: "MyWorksheet"
|
||||||
"" | Export-Excel -Path "C:\Test\file.xlsx -WorksheetName "MyWorksheet"
|
"" | Export-Excel -Path "C:\Test\file.xlsx -WorksheetName "MyWorksheet"
|
||||||
|
|||||||
Reference in New Issue
Block a user