<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FILEOPEN XLSX, Function with logic answer gives back 1 or 0 in LO"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=122098#c5">Comment # 5</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FILEOPEN XLSX, Function with logic answer gives back 1 or 0 in LO"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=122098">bug 122098</a>
              from <span class="vcard"><a class="email" href="mailto:himajin100000@gmail.com" title="himajin100000@gmail.com">himajin100000@gmail.com</a>
</span></b>
        <pre>I still haven't checked if the following lines are the culprit, but I suspect
so.

<a href="https://opengrok.libreoffice.org/xref/core/sc/source/filter/oox/sheetdatacontext.cxx?r=76fbe494#119">https://opengrok.libreoffice.org/xref/core/sc/source/filter/oox/sheetdatacontext.cxx?r=76fbe494#119</a>
<a href="https://opengrok.libreoffice.org/xref/core/sc/source/filter/oox/sheetdatacontext.cxx?r=76fbe494#145">https://opengrok.libreoffice.org/xref/core/sc/source/filter/oox/sheetdatacontext.cxx?r=76fbe494#145</a>

Logicfunction/xl/worksheets/sheet1.xml
<sheetData>
<row r="1" spans="1:2" x14ac:dyDescent="0.25">
<c r="A1" t="b">
<f>EXACT(B1,C1)</f>
<v>1</v>
</c>
</row>
<row r="2" spans="1:2" x14ac:dyDescent="0.25">
<c r="A2" t="b">
<f>EXACT(B2,C2)</f>
<v>0</v>
</c>
<c r="B2" t="s">
<v>0</v>
</c>
</row>
</sheetData></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>