GNOME Bugzilla – Bug 719680
warning when opening this .xslx file
Last modified: 2014-01-12 18:55:21 UTC
Created attachment 263297 [details] .xlsx file to reproduce the problem Steps to reproduce: - open the attached file in gnumeric
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.
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.