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

dam...@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|CONFIRMED                   |RESOLVED
         Resolution|---                         |DUPLICATE

--- Comment #4 from dam...@apache.org ---
When I compared the data between a working file and a broken file, I
immediately saw the problem.

Good file:

---snip---
        <sheetData>
                <row r="1" ht="16" customHeight="true">
                        <c r="B1" s="2" t="s">
                                <v>0</v>
                        </c>
                        <c r="C1" s="2" t="e"/>
                        <c r="D1" s="2" t="e"/>
                        <c r="E1" s="2" t="e"/>
                </row>
---snip---

Bad file:

---snip---
  <sheetData>
    <row ht="87" customHeight="1">
      <c s="114"/>
      <c s="33"/>
      <c s="33"/>
      <c s="121" t="s">
        <v>53879</v>
      </c>
      <c r="G1" s="33"/>
      <c s="33"/>
      <c s="82"/>
    </row>
---snip---

The bad file has no r="..." attributes on its cells (<c> elements).

Manually adding them gets the cells to show.

This is a duplicate of bug 127672.

*** This issue has been marked as a duplicate of issue 127672 ***

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

Reply via email to