GNOME Bugzilla – Bug 616378
Support external references in xls import
Last modified: 2018-05-22 13:37:17 UTC
Attached xls contains links to cells from another file, and Gnumeric displays them as links to the same file, which is misleading.
Created attachment 159238 [details] xls file with external links It is properly opened by OpenOffice.org
I really don't know anything about the excel importer but we appear to read the formulas/references in question in ms-formula-read.c in the case FORMULA_PTG_REF_3D on line 1622. From there via excel_formula_parses_ref_sheets we are going into excel_externsheet_v8 in ms-excel-read.c which appears to deal with sheet names only (and returns no sheetname for this formula/reference).
If you fix it, please, add a possibility to save file with conversion of external links to numbers (or simply without update of them)
excel_read_SUPBOOK is incomplete.
The situation is slightly improved now: 1. A warning is issued. (Two actually with this sample.) 2. The references import as #REF!
1. Does it continue to display numbers? 2. What will be with numbers after Save As to another files?
1. Yes, but only until recalculation is triggered. Then you get #REF! 2. As displayed, i.e., it depends on whether you recalculate first. (Recalculation is triggered when you press F9.) Note: I didn't close this bug report. I am leaving it open so we can produce a proper fix.
*** Bug 64931 has been marked as a duplicate of this bug. ***
*** Bug 568929 has been marked as a duplicate of this bug. ***
*** Bug 577786 has been marked as a duplicate of this bug. ***
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/gnumeric/issues/136.