https://bz.apache.org/ooo/show_bug.cgi?id=126951
--- Comment #8 from orcmid <[email protected]> --- (In reply to randomwalker from comment #7) > [ ... ] What "surprises" me is > that the OO spreadsheet allows some 1'048'576 rows, while I was using only a > little over 250'000. Yes, expanding the capacity of an index field and having the potential for that many rows is not the same as assurance that a sheet of any complexity can be built out that large. Unfortunately, they are not the same thing and I wonder if anyone ever created a sheet with that many rows. I suspect one problem is that the OpenDocument Format (used for .ods) does not support sparse arrays very well. That is, if you put something at A1048575, the file actually has an entry for each preceding row, even if all cells are empty. I wonder how one can test that easily. -- You are receiving this mail because: You are the assignee for the issue.
