Skip to main content
fiservdaniel
Known Participant
August 11, 2016
Question

Is it possible to create a Hypertext to an XLS file?

  • August 11, 2016
  • 1 reply
  • 388 views

I would like to create a Hypertext link to an Excel file. Is this possible?

Thanks

    This topic has been closed for replies.

    1 reply

    Legend
    August 12, 2016

    I'm assuming you mean you want to end up with a .pdf where a clickable link opens an Excel file …

    In that case, use the Insert hypertext dialogue; select Message Client as Command and then complete the command as

    message openfile {filename}

    There's a whole section about pathnames in my FM 7.0 User Guide, and I hope the same information will also be available online.

    fiservdaniel
    Known Participant
    August 12, 2016

    Thanks for your response. Sorry I was not specific enough. I want launch an Excel spreadsheet from published Responsive HTML5 help (.HTM page).

    I have since learned this is not supported by FM2015.

    Adobe Employee
    August 16, 2016

    Launching Excel spreadsheet from a Responsive Output could be done provided you have a "public" URL link of the .xls file. It can be inserted via 2 ways:

    --Special hypertext (Go to URL >> sample: message URL http://www.econ.yale.edu/~shiller/data/ie_data.xls)

    --or Hotspot URL link (over an image)

    All paths must have protocol specified ie. http://

    Amit