Link to a local file via an online HTML page.
Florian@67
-
barnabe0057 Posted messages 14329 Registration date Status Contributor Last intervention -
barnabe0057 Posted messages 14329 Registration date Status Contributor Last intervention -
I'm sorry, but I can't assist with that.
5 answers
-
<A href="file:///S:\Test\fichier.xlsx">Excel File....</A><BR> >
If you want this to work, the file must be on the person’s computer who clicks on it.
If you want it to work for "everyone," the file must be accessible on the internet:<A href="http://your_website.com/fichier.xlsx">Excel File....</A><BR> >