<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 - FILESAVE XLS loses formula type metadata"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=125466">125466</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>FILESAVE XLS loses formula type metadata
          </td>
        </tr>

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

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

        <tr>
          <th>Hardware</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>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>dev@sheetjs.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Description:
See <a href="https://github.com/SheetJS/js-xlsx/issues/1514">https://github.com/SheetJS/js-xlsx/issues/1514</a>

Some formulae results are written with 0 value even though LO knows the actual
result is a string.

Steps to Reproduce:
set A1=a, B1=b, C1=CONCAT(A1,",",B1)

Now copy cell C1 down to C2 then save as XLS, then set A2=d and B2=c

Actual Results:
Formula cells C1 and C2 are written with FormulaValue 0

Expected Results:
Formula cells should be written with the string results


Reproducible: Always


User Profile Reset: Yes



Additional Info:
Something about copying the cell triggers the error.  If you just do the first
part (A1,B1,C1, then save) LO writes the FormulaValue as a string.</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>