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 653378 - keywords import from xlsx
keywords import from xlsx
Status: RESOLVED FIXED
Product: Gnumeric
Classification: Applications
Component: import/export MS Excel (tm)
git master
Other Linux
: Normal normal
: ---
Assigned To: Jody Goldberg
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2011-06-24 23:16 UTC by Andreas J. Guelzow
Modified: 2011-06-28 06:44 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Andreas J. Guelzow 2011-06-24 23:16:32 UTC
In the document properties dialog is an entry box called "keywords". When one enters a lsit of either comma or space separated words upon saving/opening those words are changed into a single quoted keyword.

If one changes this back into comma/space separated keywords, click in comments, close the dialog, reopen the dialog

the critical:
** (gnumeric:14150): CRITICAL **: dialog_doc_metadata_get_prop_val: assertion `prop_value != NULL' failed

appears and the keywords are gone.


  • #0 g_log
    from /lib/i386-linux-gnu/libglib-2.0.so.0
  • #1 g_return_if_fail_warning
    from /lib/i386-linux-gnu/libglib-2.0.so.0
  • #2 dialog_doc_metadata_get_prop_val
    at dialog-doc-metadata.c line 1201
  • #3 dialog_doc_metadata_populate_tree_view
    at dialog-doc-metadata.c line 1236
  • #4 gsf_doc_meta_data_foreach
    at gsf-doc-meta-data.c line 215
  • #5 dialog_doc_metadata_init_properties_page
    at dialog-doc-metadata.c line 1309
  • #6 dialog_doc_metadata_init
    at dialog-doc-metadata.c line 1733
  • #7 dialog_doc_metadata_new
    at dialog-doc-metadata.c line 1796
  • #8 cb_doc_meta_data
    at wbc-gtk-actions.c line 310
  • #9 g_cclosure_marshal_VOID__VOID
    from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0
  • #10 g_closure_invoke

Comment 1 Andreas J. Guelzow 2011-06-26 21:34:26 UTC
We really should make the interface clearer and then ensure proper saving, exporting and importing from .gnumeric, .ods and .xlsx files.
Comment 2 Andreas J. Guelzow 2011-06-28 02:09:23 UTC
I have fixed the properties dialog interface. Exporting/importing from/to .gnumeric and .ods works fine.

Import/export from/to xlsx still needs to be implemented.
Comment 3 Andreas J. Guelzow 2011-06-28 04:29:41 UTC
Writing to xlsx works fine now.
Comment 4 Andreas J. Guelzow 2011-06-28 06:44:54 UTC
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.