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
positionis omitted for a cell image, Excelwind estimates a default size based on row height and column width.
Example

examples/07-images.tsxshows file-backed and base64-backed images placed inside table rows.