mirror of
https://github.com/dfinke/ImportExcel.git
synced 2025-12-06 00:23:20 +00:00
Complete Document
Demonstrates how to create a blank excel file.
This commit is contained in:
@@ -0,0 +1,6 @@
|
|||||||
|
# Create an Empty Excel File
|
||||||
|
Use an Empty String and 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"
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user