0

I’m trying to write a python code in jupyter that randomly picks AND Displays 5 images from an excel sheet column. All images have been uploaded from my local desktop into a single column. It's one image per cell.

This is how the excel (Pictures Column E) looks like: https://i.ytimg.com/vi/2-FbQAXSv4M/maxresdefault.jpg

I have tried openpyxl and display.image options but nothing works.

Thank you for your help :)

Nomnomc
  • 1
  • 1
  • This should be a starting point: https://stackoverflow.com/questions/53994108/export-images-from-excel-using-python-with-specific-name – Anonymous Jun 12 '22 at 02:17
  • Using a popular package: https://stackoverflow.com/questions/62039535/extract-images-from-excel-file-with-python#62045318 – Anonymous Jun 12 '22 at 02:29
  • What is your question, and what have you tried so far? – BrokenBenchmark Jun 12 '22 at 03:18
  • I have tried openpyxl and display.image options but nothing works. In openpyxl I get the error that SheetImageLoader is not defined. – Nomnomc Jun 12 '22 at 20:05

0 Answers0