<?xml version="1.0" encoding="UTF-8"?>
<office:document
    xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0"
    xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0"
    xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0"
    office:version="1.3"
    office:mimetype="application/vnd.oasis.opendocument.spreadsheet">
  <office:body>
    <office:spreadsheet>
      <table:table table:name="Sheet1">
        <table:table-column/>
        <!-- A reference into another file registers an external-reference
             link in the document's link manager, which is what makes the
             engine hold the link back and report externallinksdisabled. -->
        <table:table-row>
          <table:table-cell
              table:formula="of:=[&apos;file:///fake_path/external.ods&apos;#$Sheet1.A1]"
              office:value-type="float" office:value="0">
            <text:p>0</text:p>
          </table:table-cell>
        </table:table-row>
      </table:table>
    </office:spreadsheet>
  </office:body>
</office:document>
