title: Embed images to your spreadsheet using base64 keywords: Jexcel, javascript, excel-like, spreadsheet, image upload, base64, embed images description: This examples shows how to embed and upload images to your spreadsheet. [Back to Examples](/jspreadsheet/v3/examples "Back to the examples section") # Embed images into your spreadsheet The following examples shows how to embed images into your spreadsheet. ## Load a local image to your table Load images from your local machine into your javascript spreadsheet ```html
``` ## Embed remote images to your table Automatic image rendering from a remote URL using updateTable method ```html ```