GNOME Bugzilla – Bug 555274
Should at least warn when truncating a file
Last modified: 2009-02-13 18:04:45 UTC
Create a spreadsheet with more than 65k rows (I have lots of CSV files that exceed this limit). Open the file, and see the data silently truncated after the 65536th row. Expectations: Excel 2k7 imports the file in its entirety Excel 2k3 pops up a warning dialog if the # of rows exceeds the spreadsheet's internal 65k limit Gnumeric 1.9.3 on Win32.
I hope I assume correctly that you are talking about the non-configurable text import?
What does "non-configurable text import" mean? I'm importing CSV files in this case since generating them using PERL is bog-simple, but I assume that one could run into a similar problem for any file format capable of containing more than 65k rows.
You can open text files (csv files) using the configurable importer or the default csv importer (when you open them from within gnumeric). Choose the advanced settings in the open dialog to set the file type/importer to be used. The configurable importer allows you to set which lines to import. The issue with the non-configurable importer is not Windows specific so I am changing that to "All".
The fix for Bug 571603 added a console warning when rows are dropped (see r17140).
Actually it is a gui warning when the file is opened from the gui.
*** This bug has been marked as a duplicate of 571603 ***