127
Views
1
Comments
Solved
How to Upload image from excel
Question

Hi,

     How to upload image from excel file into table.I have attached the excel file which contain image


Regards

R.karthik


Book1.xlsx
2019-09-24 18-41-25
Jorge Martins
 
MVP
Solution

Hi Karthik,

You don't. Images cannot be placed in Excel cells, they are just embeded in the file. At most you can have either a text representation of the image that you can decode after importing from the excel in order to be able to save it as BinaryData, or a URL on the excel that you can then use to get the image.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.