Skip to content

Image

<Image> embeds an image either at the worksheet level or inside a cell.

<Image src="./logo.png" extension="png" range="A1:C3" />

Cell-level images

<Cell value="Logo">
<Image src="./logo.png" extension="png" />
</Cell>

Notes

  • If position is omitted for a cell image, Excelwind estimates a default size based on row height and column width.

Example

Images example output

  • examples/07-images.tsx shows file-backed and base64-backed images placed inside table rows.