|
I think I've discovered what's causing the problem. This is the end of the content.xml file:
...
<table:table-row table:number-rows-repeated="3" table:style-name="ro7">
<table:table-cell table:style-name="ce13"/>
<table:table-cell table:style-name="ce21"/>
<table:table-cell table:style-name="ce27"/>
<table:table-cell table:style-name="ce31"/>
<table:table-cell table:number-columns-repeated="252"/>
</table:table-row>
<table:table-row table:number-rows-repeated="65488" table:style-name="ro3">
<table:table-cell table:number-columns-repeated="256"/>
</table:table-row>
<table:table-row table:style-name="ro3">
<table:table-cell table:number-columns-repeated="256"/>
</table:table-row>
</table:table>
</office:spreadsheet>
</office:body>
</office:document-content>
I'm guessing that the repeat count of 65488 is causing the grief!
But this is extracted from a real document that doesn't cause a problem for oocalc. That number is 65536 - 48 so it may be relevant that the table-row element is row 47.
I've no idea whether this is some strange feature of ODF or evidence of a bug in oocalc.
|