GNOME Bugzilla – Bug 643814
Multi-line chart titles not imported from xlsx
Last modified: 2011-03-04 11:00:23 UTC
File from 643808: http://www.autoobserver.com/car-data-center/assets/2011-03%20Sales.xlsx The first critical is a case where excel shows two title lines "Manufacturer Market Share: " and "13 Month Comparison" centered, the former above the latter. > ./gnumeric ~/2011-03\ Sales.xlsx 2>&1 | grep CRI ** (/home/welinder/gnome-src/gnumeric/src/.libs/gnumeric:17072): CRITICAL **: xlsx_chart_text_content: assertion `state->chart_tx == NULL' failed ** (/home/welinder/gnome-src/gnumeric/src/.libs/gnumeric:17072): CRITICAL **: gog_object_get_id: assertion `GOG_IS_OBJECT (obj)' failed ** (/home/welinder/gnome-src/gnumeric/src/.libs/gnumeric:17072): CRITICAL **: xlsx_chart_text_content: assertion `state->chart_tx == NULL' failed ** (/home/welinder/gnome-src/gnumeric/src/.libs/gnumeric:17072): CRITICAL **: gog_object_get_id: assertion `GOG_IS_OBJECT (obj)' failed ** (/home/welinder/gnome-src/gnumeric/src/.libs/gnumeric:17072): CRITICAL **: xlsx_chart_text_content: assertion `state->chart_tx == NULL' failed ** (/home/welinder/gnome-src/gnumeric/src/.libs/gnumeric:17072): CRITICAL **: gog_object_get_id: assertion `GOG_IS_OBJECT (obj)' failed ** (/home/welinder/gnome-src/gnumeric/src/.libs/gnumeric:17072): CRITICAL **: xlsx_chart_text_content: assertion `state->chart_tx == NULL' failed ** (/home/welinder/gnome-src/gnumeric/src/.libs/gnumeric:17072): CRITICAL **: gog_object_get_id: assertion `GOG_IS_OBJECT (obj)' failed
If you can get screenshots for the various charts in there, it would be helpful. The two lines are now imported, and all the criticals fixed, although the charts don't look much better. This problem has been fixed in our software repository. The fix will go into the next software release. Thank you for your bug report.