0

I am creating a csv file in which i need to give hyperlinks to files in the same folder of csv file.

I have tried with absolute url like =HYPERLINK("file:///home/user/Desktop/myfolder/clusters.py") and its working fine.But can i given the relative path like =HYPERLINK("file:///myfolder/clusters.py") because that is what my project required.User will download this csv along with some other files into his machine.So i cant give the absolute path of other files in csv.

akhilviswam
  • 95
  • 1
  • 11

1 Answers1

0

For HYPERLINK you need use only absolute url

Stanislav Filin
  • 124
  • 1
  • 1
  • 7