Explain functionality of Open/Close-ExcelPackage

This commit is contained in:
Davis Henckel
2021-11-28 11:36:37 -08:00
parent 56e1704e7e
commit 5700989321

View File

@@ -1,5 +1,6 @@
# Write to an Existing Excel File
### Enumerate the Excel File
The cmdlets ```Open-ExcelPackage``` and ```Close-ExcelPackage``` allow for direct modification to Excel file contents.
```powershell
$ExcelPkg = Open-ExcelPackage -Path "C:\Test\file.xlsx"
```