GNOME Bugzilla – Bug 687243
ODF creates unnecessarily large files
Last modified: 2012-11-03 16:30:46 UTC
Created attachment 227700 [details] sample gnumeric file Saving the attached file to ODF creates an unnecessarily large file since there is a large number of rows that should be collapsed as repeated rows. Note that 1.10.17 created a much smaller file since it correctly collapsed the rows. It seems that trusting odf_write_content_rows to be efficient on styled empty rows was ill advised.
Created attachment 227967 [details] [review] Tentative patch This fixes the repeated-row problems and provides a decent speedup for sheets with lots of cells. (ssh firewalled here, so no commit access)
Comment on attachment 227967 [details] [review] Tentative patch loks good, committed
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.