GNOME Bugzilla – Bug 571603
Large CSV cropped to 65536 rows without warning
Last modified: 2009-02-13 21:49:17 UTC
Please describe the problem: After loading a large CSV (this one was 157,685 rows) it was cropped to 65536 rows, without any warning message. Steps to reproduce: 1. Generate a large csv from a script 2. Load in gnumeric 3. Scroll to last line Actual results: It seems to load ok but is truncated at 65536 rows Expected results: Worst case: Display a dialog explaining only 65536 rows were loaded Best case: Just load all the rows, better than excel (maybe warn that other spreadsheets won't be able to load all this data) Does this happen every time? Yes Other information:
I added a warning. Note, though, that this warning and the existing one for too-many-rows only get to stderr when a file is loaded from the command line. (At that point we don't have a gui to show warnings -- we need to fix that somehow at some point.) The more-rows issue is bug 168875. 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.
*** Bug 555274 has been marked as a duplicate of this bug. ***
Note that if you use the configurable importer, you can choose which rows to import. Morten: wouldn't it be better if, instead of showing a warning, we simply keep on importing the rows into additional sheets?