Hi folks!
I encounter a problem,the discription is as follows :
1. Creat a new Spreadsheet,select a column,just like the column of 'B';
2. Run the function of 'merge cells',It makes all rows merged in the column 'B';
the discription of the OOo:
<office:body>
<table:table table:name="Sheet1" table:style-name="ta1">
<table:table-column table:style-name="co1"
table:number-columns-repeated="2" table:default-cell-style-name="Default"/>
<table:table-row table:style-name="ro1">
<table:table-cell/>
<table:table-cell table:number-columns-spanned="1"
table:number-rows-spanned="65536"/>
</table:table-row>
<table:table-row table:style-name="ro1">
<table:table-cell/>
<table:covered-table-cell/>
</table:table-row>
...
<table:table-row table:style-name="ro1">
<table:table-cell/>
<table:covered-table-cell/>
</table:table-row>
</office:body>
in this struction,the part of
<table:table-row table:style-name="ro1">
<table:table-cell/>
<table:covered-table-cell/>
</table:table-row>
is in numbers,so the problem is the file with the format of XML is so
large,which lead to open the file with tools very slow,and it is
difficult to transform the file to other format;
Is there any way to avoid these problems,look forward to your help!