Missing Namespaces
Home › Forums › Open-Xml-Sdk › Missing Namespaces
This topic contains 4 replies, has 3 voices, and was last updated by linzhixiang2017 7 years, 5 months ago.
-
AuthorPosts
-
October 18, 2016 at 1:40 pm #3898
Hello, I am hoping someone can help me. I am creating a spreadsheet using a custom library (built in house by me) that has worked in the past. The code was written using OpenXml SDK 2.5.
Recently I was tasked with transforming this new template by adding data to it. However, every time I open the newly created sheet I get the warning that the sheet contains some corrupted data and would I like to remove it.
I first tried using the OpenXmlValidator in the SDK to validate the excel file, but it found no errors. Then I downloaded the PackageExplorer on GitHub and it found the errors listed here.
Validation errors:
Validation of ‘/xl/worksheets/sheet1.xml’ started at 7:53 AMValidating /xl/worksheets/sheet1.xml
The ‘http://schemas.openxmlformats.org/markup-compatibility/2006:Ignorable’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
…………….. Edited for brevity
Validation found errorsI have inspected the broken sheets xml and these xml namespaces do appear in the worksheet element although they have different names. Could anyone point me to a fix or as to why this is happening?
Here is the original sheets worksheet element:
<worksheet xmlns=”http://schemas.openxmlformats.org/spreadsheetml/2006/main” xmlns:r=”http://schemas.openxmlformats.org/officeDocument/2006/relationships” xmlns:mc=”http://schemas.openxmlformats.org/markup-compatibility/2006″ mc:Ignorable=”x14ac” xmlns:x14ac=”http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac”>Then the corrupted sheet:
<x:worksheet xmlns:x14=”http://schemas.microsoft.com/office/spreadsheetml/2009/9/main” xmlns:xm=”http://schemas.microsoft.com/office/excel/2006/main” xmlns:r=”http://schemas.openxmlformats.org/officeDocument/2006/relationships” xmlns:mc=”http://schemas.openxmlformats.org/markup-compatibility/2006″ xmlns:x14ac=”http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac” mc:Ignorable=”x14ac” xmlns:x=”http://schemas.openxmlformats.org/spreadsheetml/2006/main”>October 18, 2016 at 1:46 pm #3899Here is the very long validation for the entire workbook:
Validation of ‘blah blah.xlsx’ started at 8:44 AM
Validating /docProps/app.xml
Validating /docProps/core.xml
Validating /xl/calcChain.xml
Validating /xl/ctrlProps/ctrlProp1.xml
Validating /xl/ctrlProps/ctrlProp2.xml
Validating /xl/drawings/drawing1.xml
The element ‘wsDr’ in namespace ‘http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing’ has invalid child element ‘AlternateContent’ in namespace ‘http://schemas.openxmlformats.org/markup-compatibility/2006’. List of possible elements expected: ‘twoCellAnchor, oneCellAnchor, absoluteAnchor’ in namespace ‘http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing’.
Skipping /xl/drawings/vmlDrawing1.vml
Validating /xl/externalLinks/externalLink1.xml
The ‘http://schemas.openxmlformats.org/markup-compatibility/2006:Ignorable’ attribute is not declared.
Skipping /xl/printerSettings/printerSettings1.bin
Skipping /xl/printerSettings/printerSettings2.bin
Skipping /xl/printerSettings/printerSettings3.bin
Skipping /xl/printerSettings/printerSettings4.bin
Validating /xl/sharedStrings.xml
Validating /xl/styles.xml
The ‘http://schemas.openxmlformats.org/markup-compatibility/2006:Ignorable’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:knownFonts’ attribute is not declared.
Validating /xl/theme/theme1.xml
Validating /xl/workbook.xml
The ‘http://schemas.openxmlformats.org/markup-compatibility/2006:Ignorable’ attribute is not declared.
The element ‘workbook’ in namespace ‘http://schemas.openxmlformats.org/spreadsheetml/2006/main’ has invalid child element ‘AlternateContent’ in namespace ‘http://schemas.openxmlformats.org/markup-compatibility/2006’. List of possible elements expected: ‘workbookProtection, bookViews, sheets’ in namespace ‘http://schemas.openxmlformats.org/spreadsheetml/2006/main’.
Validating /xl/worksheets/sheet1.xml
The ‘http://schemas.openxmlformats.org/markup-compatibility/2006:Ignorable’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
Validating /xl/worksheets/sheet2.xml
The ‘http://schemas.openxmlformats.org/markup-compatibility/2006:Ignorable’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
Validating /xl/worksheets/sheet3.xml
The ‘http://schemas.openxmlformats.org/markup-compatibility/2006:Ignorable’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
Validating /xl/worksheets/sheet4.xml
The ‘http://schemas.openxmlformats.org/markup-compatibility/2006:Ignorable’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The ‘http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:dyDescent’ attribute is not declared.
The element ‘worksheet’ in namespace ‘http://schemas.openxmlformats.org/spreadsheetml/2006/main’ has invalid child element ‘AlternateContent’ in namespace ‘http://schemas.openxmlformats.org/markup-compatibility/2006’. List of possible elements expected: ‘legacyDrawingHF, picture, oleObjects, controls, webPublishItems, tableParts, extLst’ in namespace ‘http://schemas.openxmlformats.org/spreadsheetml/2006/main’.
Validation found errorsOctober 18, 2016 at 3:03 pm #3900Ok, sorry for rapid posts, but I ran the validations against the original xlsx template file and compared the validation results to the broken xlsx file. While the original template opens fine it produces almost exactly the same validation errors that the broken sheet does!
So now I am at a loss as to why my sheet data is corrupt.
March 23, 2017 at 10:35 pm #4250Contact Yahoo Technical Support Phone Number
Yahoo web mail service provides the splendid features so that you can manage their professional and personal operate in the efficient and effective manner. Sometime it makes an obstacle to project the perfect result. Also, user needs to face panic condition to remove in the problem. Don’t reside in this issue for any lengthy some time and consult towards the professional through how you can contact yahoo mail support reachable at our yahoo helpline desk. We’re offering equal degree of plan to all clients.June 20, 2017 at 2:52 am #4404 -
AuthorPosts
You must be logged in to reply to this topic.