sheets.drawings.imageString

The ID of the image to display.

Example

<div id="spreadsheet"></div>
<script>
  $("#spreadsheet").kendoSpreadsheet({
    images: {
      "logo": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mNk+M9QDwADhgGAWjR9awAAAABJRU5ErkJggg=="
    },
    sheets: [{
      drawings: [{
        topLeftCell: "A1",
        width: 100,
        height: 100,
        image: "logo"
      }]
    }]
  });
</script>
In this article
sheets.drawings.image
Not finding the help you need?
Contact Support