2.6.54 CT_IgnoredError

Target namespace: http://schemas.microsoft.com/office/spreadsheetml/2009/9/main

Referenced by: CT_IgnoredErrors

A complex type that specifies the types of cell errors that are to be ignored for a specific cell range. This complex type is equivalent to CT_IgnoredError ([ISO/IEC29500-1:2016] section 18.3.1.50), but allows the sqref child element to have greater than or equal to 8,192 ref child elements.

Child Elements:

xm:sqref: A sqref element that specifies the range where cell errors have been ignored. This sqref MUST have greater than or equal to 8,192 ref child elements.

Attributes:

evalError: A Boolean ([XMLSCHEMA2/2] section 3.2.2) attribute that specifies whether to ignore calculation errors.

Value

Meaning

"true"

Ignore calculation errors.

"false"

Do not ignore calculation errors.

twoDigitTextYear: A Boolean ([XMLSCHEMA2/2] section 3.2.2) attribute that specifies whether to ignore errors arising from the formatting of date/time values.

Value

Meaning

"true"

Ignore errors arising from the formatting of data/time values.

"false"

Do not ignore errors arising from the formatting of date/time values.

numberStoredAsText: A Boolean ([XMLSCHEMA2/2] section 3.2.2) attribute that specifies whether to ignore errors arising from the formatting of numeric values.

Value

Meaning

"true"

Ignore errors arising from the formatting of numeric values.

"false"

Do not ignore errors arising from the formatting of numeric values.

formula: A Boolean ([XMLSCHEMA2/2] section 3.2.2) attribute that specifies whether to ignore errors arising from formulas that are inconsistent with formulas ([ISO/IEC29500-1:2016] section 18.17) in neighboring cells.

Value

Meaning

"true"

Ignore errors arising from formulas that are inconsistent with formulas ([ISO/IEC29500-1:2016] section 18.17) in neighboring cells.

"false"

Do not ignore errors arising from formulas that are inconsistent with formulas ([ISO/IEC29500-1:2016] section 18.17) in neighboring cells.

formulaRange: A Boolean ([XMLSCHEMA2/2] section 3.2.2) attribute that specifies whether to ignore errors arising from formulas ([ISO/IEC29500-1:2016] section 18.17) that contain references to less than the entirety of a range containing contiguous data.

Value

Meaning

"true"

Ignore errors arising from formulas ([ISO/IEC29500-1:2016] section 18.17) that contain references to less than the entirety of a range containing contiguous data.

"false"

Do not ignore errors arising from formulas ([ISO/IEC29500-1:2016] section 18.17) that contain references to less than the entirety of a range containing contiguous data.

unlockedFormula: A Boolean ([XMLSCHEMA2/2] section 3.2.2) attribute that specifies whether to ignore errors arising from unprotected formulas ([ISO/IEC29500-1:2016] section 18.17).

Value

Meaning

"true"

Ignore errors arising from unprotected formulas ([ISO/IEC29500-1:2016] section 18.17).

"false"

Do not ignore errors arising from unprotected formulas ([ISO/IEC29500-1:2016] section 18.17).

emptyCellReference: A Boolean ([XMLSCHEMA2/2] section 3.2.2) attribute that specifies whether to ignore errors arising from references to empty cells.

Value

Meaning

"true"

Ignore errors arising from references to empty cells.

"false"

Do not ignore errors arising from references to empty cells.

listDataValidation: A Boolean ([XMLSCHEMA2/2] section 3.2.2) attribute that specifies whether to ignore errors arising from data validation.

Value

Meaning

"true"

Ignore errors arising from data validation.

"false"

Do not ignore errors arising from data validation.

calculatedColumn: A Boolean ([XMLSCHEMA2/2] section 3.2.2) attribute that specifies whether to ignore errors arising from calculated column formulas ([ISO/IEC29500-1:2016] section 18.17).

Value

Meaning

"true"

Ignore errors arising from calculated column formulas ([ISO/IEC29500-1:2016] section 18.17).

"false"

Do not ignore errors arising from calculated column formulas ([ISO/IEC29500-1:2016] section 18.17).

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.

 <xsd:complexType name="CT_IgnoredError">
   <xsd:sequence>
     <xsd:element ref="xm:sqref" minOccurs="1" maxOccurs="1"/>
   </xsd:sequence>
   <xsd:attribute name="evalError" type="xsd:boolean" use="optional" default="false"/>
   <xsd:attribute name="twoDigitTextYear" type="xsd:boolean" use="optional" default="false"/>
   <xsd:attribute name="numberStoredAsText" type="xsd:boolean" use="optional" default="false"/>
   <xsd:attribute name="formula" type="xsd:boolean" use="optional" default="false"/>
   <xsd:attribute name="formulaRange" type="xsd:boolean" use="optional" default="false"/>
   <xsd:attribute name="unlockedFormula" type="xsd:boolean" use="optional" default="false"/>
   <xsd:attribute name="emptyCellReference" type="xsd:boolean" use="optional" default="false"/>
   <xsd:attribute name="listDataValidation" type="xsd:boolean" use="optional" default="false"/>
   <xsd:attribute name="calculatedColumn" type="xsd:boolean" use="optional" default="false"/>
 </xsd:complexType>

See section 5.4 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).