Add multiple images.

This commit is contained in:
Davis Henckel
2021-11-26 14:34:17 -08:00
committed by GitHub
parent 4d6193f549
commit 86a7865fb2

View File

@@ -22,6 +22,7 @@ Can also load a value at a specific index:
```powershell
$ValueAtIndex = $WorkSheet[2,1].Value #Loads the value at row 2, column A
```
```$ValueAtIndex``` now contains: ![ValueAtIndexData](/images/FAQ_Images/ValueAtIndexData.png)
### Save File After Modifying
The changes will not display in the Excel file until Close-ExcelPackage is called.
```powershell