Python - Hyperlink to excel

Viewed 26

i wrote a python script with hyperlink:

path_list = [r"C:\Users\user\Images\image1.jpg, r"C:\Users\user\Images\image2.jpg]
for path in path_list:
  path = '=@HYPERLINK("{}")'.format(path) 
  return path

But when I open image from HYPERLINK i can see only one image and have no posibility to scroll to see others images in directory. Is it posibility to correct hyperlink where I can open one image and just sroll for another in directory C:\Users\user\Images\

EXCEL WITH HYPERLINKS

Photos App

0 Answers
Related