Insert Image into Cell
Command description
Inserts an image at a specified spreadsheet cell and can optionally adjust the row height and column width.
Command Input Parameters
| input parameters | Input parameter type | Description |
|---|---|---|
| Excel Object | ExcelApp | Spreadsheet object in which to insert the image |
| File Location | str | Full path to local file, for example C:\xx |
| Row Number | str | One-based row number; -n means the nth row from the bottom |
| Column Name | str | Column letter such as A or a one-based column number; -n means the nth column from the right |
| Row Height | number | Specify the height of the row. The height is not modified by default. |
| Column Width | number | Specify the width of the column. The width is not modified by default. |
| sheet | str | Worksheet name. Defaults to the active worksheet |
Command Output Parameters
None