https://bz.apache.org/ooo/show_bug.cgi?id=111781

--- Comment #7 from [email protected] ---
I think the problem here is simply the wrong namespace for formulas, in
main/filter/source/xslt/export/spreadsheetml/formular.xsl it expects to find
"oooc" instead of "of", probably the old pre-ODF formula namespace or
something.

Patching that file to add the new namespace and changing the prefix to "of"
fixes the problem and saves R1C1 format formula references as it should:

---snip---
      <Row ss:Height="12.1032">
        <Cell ss:Formula="=R[-1]C">
          <Data ss:Type="String">test</Data>
        </Cell>
      </Row>
---snip---

-- 
You are receiving this mail because:
You are the assignee for the issue.
You are on the CC list for the issue.

Reply via email to