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 # 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 ### Source code ```html
``` ## Embed remote images to your table Automatic image rendering from a remote URL using updateTable method ### Source code ```html ```