insert_image
Insert an image at a specified cell, optionally resize by width or height. Supports PNG, JPG, GIF, BMP formats and embeds the image into the workbook.
Instructions
Insert a picture with its top-left corner at the given cell.
Supports png, jpg, gif, bmp. Give width_px and/or height_px to resize; a single dimension scales proportionally. The image file is embedded in the workbook, so the source file is not needed afterwards.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cell | Yes | ||
| width_px | No | ||
| height_px | No | ||
| image_path | Yes | ||
| session_id | Yes |