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 568929 - Criticals when roundtripping xls file
Criticals when roundtripping xls file
Status: RESOLVED DUPLICATE of bug 616378
Product: Gnumeric
Classification: Applications
Component: import/export MS Excel (tm)
git master
Other All
: Normal normal
: ---
Assigned To: Jody Goldberg
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2009-01-23 22:52 UTC by sum1
Modified: 2010-07-29 00:37 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
xls file (497.00 KB, application/vnd.ms-excel)
2009-01-23 22:53 UTC, sum1
Details

Description sum1 2009-01-23 22:52:11 UTC
Version: r17087
OS: Ubuntu Intrepid

The upcoming .xls file is from http://bugs.kde.org/show_bug.cgi?id=113530.


Steps to reproduce:
- ssconvert attachment.xls foo.xls


Console output (warnings ignored):

CRITICAL **: cell_name: assertion `cell != NULL' failed
[repeated]


Backtrace:

  • #0 g_return_if_fail_warning
    from /usr/lib/libglib-2.0.so.0
  • #1 cell_name
    at parse-util.c line 658
  • #2 excel_sheet_write_block
    at ms-excel-write.c line 4733
  • #3 excel_write_sheet
    at ms-excel-write.c line 4931
  • #4 excel_write_workbook
    at ms-excel-write.c line 5679
  • #5 excel_write_v7
    at ms-excel-write.c line 5709
  • #6 excel_save
    at boot.c line 271
  • #7 excel_dsf_file_save
    at boot.c line 308
  • #8 go_plugin_loader_module_func_file_save
    at go-plugin-loader-module.c line 323
  • #9 go_plugin_file_saver_save
    at go-plugin-service.c line 749
  • #10 go_file_saver_save
    at file.c line 705
  • #11 wbv_save_to_output
    at workbook-view.c line 850
  • #12 wbv_save_to_uri
    at workbook-view.c line 887
  • #13 wb_view_save_as
    at workbook-view.c line 923
  • #14 convert
    at ssconvert.c line 336
  • #15 main
    at ssconvert.c line 401

Comment 1 sum1 2009-01-23 22:53:33 UTC
Created attachment 127134 [details]
xls file
Comment 2 Morten Welinder 2009-01-24 00:11:59 UTC
The criticals were from the g_warnings.  Fixed.
Comment 3 Andreas J. Guelzow 2009-05-18 02:10:51 UTC
Lot's of:WARNING **: Can't find style 0x971e140 for cell Cycle 2!...

Are we sure htat this is a Gnumeric problem?

Comment 4 Andreas J. Guelzow 2010-07-29 00:37:04 UTC
The only problems left here appear to be:

(gnumeric:3172): gnumeric:read-WARNING **: external references not supported yet.

When opened with GUI and

** (ssconvert:3180): WARNING **: XL does not support unqualified references in global names

when opened by ssconvert.

These are bug #616378 .

*** This bug has been marked as a duplicate of bug 616378 ***