https://bugs.freedesktop.org/show_bug.cgi?id=63181
Michael Meeks <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW CC| |[email protected], | |[email protected] Ever confirmed|0 |1 --- Comment #3 from Michael Meeks <[email protected]> --- Seems pretty unpleasant; 199Mb of sheet2.xls - amazing the .zip container has done a pretty bad job of compressing all that duplicate cruft (such that zipping it again makes some difference). Skimming the top of the file which is rather hard I had to use: $ sed "s/>/>\n/g" xl/worksheets/sheet2.xml | less <row collapsed="false" customFormat="false" customHeight="true" hidden="false" ht="12.1" outlineLevel="0" r="2559"> <c r="A55" s="6" t="n"> <v> 40231</v> </c> <c r="B55" s="7" t="n"> <v> 188</v> </c> </row> Many thousands of identical records like this - with the only difference being an incrementing 'r="XXXXX"' attribute. Interesting; any ideas Muthu ? :-) -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
