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 719680 - warning when opening this .xslx file
warning when opening this .xslx file
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: 2013-12-02 11:57 UTC by Frédéric Parrenin
Modified: 2014-01-12 18:55 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
.xlsx file to reproduce the problem (59.24 KB, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet)
2013-12-02 11:57 UTC, Frédéric Parrenin
Details

Description Frédéric Parrenin 2013-12-02 11:57:02 UTC
Created attachment 263297 [details]
.xlsx file to reproduce the problem

Steps to reproduce:
- open the attached file in gnumeric
Comment 1 Andreas J. Guelzow 2013-12-02 21:03:57 UTC
There are 2 groups of errors:

Encountered uninterpretable "ext" extension in namespace "http://schemas.microsoft.com/office/mac/excel/2008/main"
Unexpected element 'mx:ArchID' in state : 
	workbook -> extLst -> ext
'determination des offsets'!F16 : Encountered uninterpretable "ext" extension in namespace "http://schemas.microsoft.com/office/mac/excel/2008/main"
Unexpected element 'mx:PLV' in state : 
	worksheet -> extLst -> ext

just means that the file uses undocumented proprietary extensions. The extLst -> ext elements are specifically intended to include xml markup that is only readable by the writer. There is nothing we should do about them.


We also have:
Unexpected element 'a:style' in state : 
	theme -> objectDefaults -> spDef
Unexpected element 'a:lnDef' in state : 
	theme -> objectDefaults
These should be handled (or at least ignored). So this part is truly a bug.
Comment 2 Andreas J. Guelzow 2014-01-12 18:55:21 UTC
We are now suppressing the latter warnings.

Since the content of 'ext' is non-standardized, we have to ignore them.

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.