https://bugs.documentfoundation.org/show_bug.cgi?id=171907
--- Comment #2 from [email protected] --- Thanks for the confirmation. Note that in this case, the spreadsheet is processed by Perl - and there is no Perl module (yet) that understands .ODS. Thus saving as .ODS is not an answer. Also note that the file size per-se isn't the big problem - which is that the size appears to be due to a plethora of blank/undefined cells. That results in the Perl module allocating memory 'forever' - and eventually Linux killing the process. So there's likely something wrong in the structure as well. The fact that the s:dimension tag is also inconsistent with the actual populated cells is also informative - both in terms of what's likely going on, and because this reader (at least) uses it to determine which cells to process. Thanks again. -- You are receiving this mail because: You are the assignee for the bug.
