2.2.5.7 DdaCoerceType

Namespace: http://schemas.microsoft.com/office/Excel/Server/WebServices/ExcelServerInternalService/

Describes the data format of a result from a Document Data Access method.

 <xs:simpleType name="DdaCoerceType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:restriction base="xs:string">
     <xs:enumeration value="None"/>
     <xs:enumeration value="Table"/>
     <xs:enumeration value="Text"/>
     <xs:enumeration value="Matrix"/>
     <xs:enumeration value="Html"/>
     <xs:enumeration value="Ooxml"/>
   </xs:restriction>
 </xs:simpleType>

The following table specifies the allowable values for the DdaCoerceType simple type.

Value

Meaning

None

Represents an uninitialized or invalid coerce type.

Table

Result in the format of a table with a header row and cell data.

Text

Result in the format of a single string of text.

Matrix

Result in the format of cell data matrix.

Html

MUST NOT be used.

Ooxml

MUST NOT be used.