3.1.4.29.3.1 GetWorkbookResult

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

The result data of the GetWorkbook operation.

 <xs:complexType name="GetWorkbookResult" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:sequence>
     <xs:element minOccurs="0" maxOccurs="1" name="Bits" type="xs:base64Binary"/>
     <xs:element minOccurs="0" maxOccurs="1" name="StoredWorkbookName" type="xs:string"/>
   </xs:sequence>
 </xs:complexType>

Bits:  A workbook file. MUST be present.

StoredWorkbookName: The name of the workbook file.