<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - hyperlinks created by HYPERLINK function can not be clicked correctly"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=114453">114453</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>hyperlinks created by HYPERLINK function can not be clicked correctly
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>LibreOffice
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>x86-64 (AMD64)
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux (All)
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>UNCONFIRMED
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Calc
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>libreoffice-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>maybeonly@gmail.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Description:
Hyperlinks created by HYPERLINK function can not be clicked correctly when the
cell is not edited after open an "XLSX" file.

Steps to Reproduce:
1. Create a new calc file
2. Put the following function in any cell
      =HYPERLINK("<a href="http://www.google.com/">http://www.google.com/</a>", "GOOGLE")
3. It shows "GOOGLE" now, a browser will open "<a href="http://www.google.com/">http://www.google.com/</a>" after I
click it with Ctrl key
4. Save it as an "XLSX" file and close it
5. Open this file


Actual Results:  
6. It shows "GOOGLE" in that cell but when you click it:
    "GOOGLE" is not an absolute URL that can be passed to an external
application to open it.
7. Edit that cell, and it can be clicked correctly again

Expected Results:
6'. It should open the link "<a href="http://www.google.com/">http://www.google.com/</a>" in the browser.


Reproducible: Always


User Profile Reset: No



Additional Info:
I'm running libreoffice 5.4.4.1 on fedora 27.
Build ID: 5.4.4.1-1.fc27
Then I made a clean install on a windows 10. It reproduced.
Libreoffice on Windows is version 5.4.3.2 (x64)

It seems that it works fine if I save it as an "ODF" file.


User-Agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:57.0) Gecko/20100101
Firefox/57.0</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>