After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 608780 - XLS load/save problem with names
XLS load/save problem with names
Status: RESOLVED FIXED
Product: Gnumeric
Classification: Applications
Component: import/export MS Excel (tm)
unspecified
Other All
: Normal normal
: ---
Assigned To: Jody Goldberg
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2010-02-02 10:15 UTC by Ildar
Modified: 2013-04-14 17:06 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
XLS file shoing the problem (6.50 KB, application/vnd.ms-excel)
2010-02-02 10:15 UTC, Ildar
Details

Description Ildar 2010-02-02 10:15:08 UTC
Created attachment 152821 [details]
XLS file shoing the problem

when
1. open the file (attached)
2. save it
3. close it
4. open again
I see multiple messages:

(gnumeric:28960): gnumeric:read-WARNING **: File is most likely corrupted.
(Requested 35*1 bytes, but only 21 bytes left in record.
The problem occurred in excel_read_NAME.)
Comment 1 Morten Welinder 2010-02-02 15:51:07 UTC
Confirmed.

# ./ssconvert ~/Book1.xls ~/Book2.xls 
Using exporter Gnumeric_Excel:excel_biff8
# ./ssconvert ~/Book2.xls ~/Book3.xls 
Using exporter Gnumeric_Excel:excel_biff8

(/home/welinder/gnome-src/gnumeric/src/.libs/lt-ssconvert:14176): gnumeric:read-WARNING **: File is most likely corrupted.
(Requested 37*1 bytes, but only 23 bytes left in record.
The problem occurred in excel_read_NAME.)

[...]
Comment 2 Morten Welinder 2010-02-02 15:53:30 UTC
There are non-ASCII names in there.  A rough count suggests that we get
one warning per non-ASCII name.
Comment 3 Ildar 2010-02-03 05:54:46 UTC
So it's nothing serious, right? Ok.
Comment 4 Morten Welinder 2013-04-14 17:06:15 UTC
This problem has been fixed in our software repository. The fix will go into the next software release. Thank you for your bug report.