<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - handling of relative references in OOXML range names"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=91424#c6">Comment # 6</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - handling of relative references in OOXML range names"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=91424">bug 91424</a>
              from <span class="vcard"><a class="email" href="mailto:libreoffice@nisz.hu" title="NISZ LibreOffice Team <libreoffice@nisz.hu>"> <span class="fn">NISZ LibreOffice Team</span></a>
</span></b>
        <pre>Created <span class=""><a href="https://bugs.documentfoundation.org/attachment.cgi?id=173554" name="attach_173554" title="The example file in Excel and Calc">attachment 173554</a> <a href="https://bugs.documentfoundation.org/attachment.cgi?id=173554&action=edit" title="The example file in Excel and Calc">[details]</a></span>
The example file in Excel and Calc

Still a problem in:

Version: 7.3.0.0.alpha0+ (x64) / LibreOffice Community
Build ID: 213430e0bdac0786b30a76a68b43d35647e93912
CPU threads: 4; OS: Windows 10.0 Build 18363; UI render: Skia/Raster; VCL: win
Locale: hu-HU (hu_HU); UI: en-US
Calc: CL Jumbo

You need jumbo sheets enabled since the defined names are in that range:

        <definedNames>
                <definedName name="Name1">Sheet1!XFD1</definedName>
                <definedName name="Name2">Sheet1!$A$1</definedName>
                <definedName name="Name3">Sheet1!XFD1048576:B2</definedName>
        </definedNames>

Of these Name2 is an absolute reference and opens correctly.
Name1 and Name3 are relative and the XFD column designations open as a #REF!
error.</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>