https://bz.apache.org/bugzilla/show_bug.cgi?id=62711

--- Comment #3 from [email protected] ---
I can confirm this bug. Excel started complaining about generated files after
we upgraded to 4.0. 

I've been digging to see what was wrong with the file. For Norman's example, in
xl/worksheets/sheet1.xml you will find : 
    <row r="4">
      <c r="A1"/>
      <c r="B1"/>
      <c r="C1"/>
      <c r="D1"/>
      <c r="E1"/>
      <c r="F1"/>
      <c r="G1"/>
      <c r="H1"/>
      <c r="I1"/>
    </row>

Which is obviously wrong.

This looks related to this other corruption bug connected to shiftRows :
https://bz.apache.org/bugzilla/show_bug.cgi?id=57423

Although I do also confirm that this was working fine in 3.17 whereas this
other bug is way older.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to