ssml:workbook
Workbook
Element information
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Schema document: sml-workbook.xsd
Type: ssml:CT_Workbook
Properties: Global, Qualified
Content
- Sequence [1..1]
- ssml:fileVersion [0..1] File Version
- ssml:fileSharing [0..1] File Sharing
- ssml:workbookPr [0..1] Workbook Properties
- ssml:workbookProtection [0..1] Workbook Protection
- ssml:bookViews [0..1] Workbook Views
- ssml:sheets [1..1] Sheets
- ssml:functionGroups [0..1] Function Groups
- ssml:externalReferences [0..1] External References
- ssml:definedNames [0..1] Defined Names
- ssml:calcPr [0..1] Calculation Properties
- ssml:oleSize [0..1] OLE Size
- ssml:customWorkbookViews [0..1] Custom Workbook Views
- ssml:pivotCaches [0..1] PivotCaches
- ssml:smartTagPr [0..1] Smart Tag Properties
- ssml:smartTagTypes [0..1] Smart Tag Types
- ssml:webPublishing [0..1] Web Publishing Properties
- ssml:fileRecoveryPr [0..*] File Recovery Properties
- ssml:webPublishObjects [0..1] Web Publish Objects
- ssml:extLst [0..1] Future Feature Storage Area
Attributes
None
Sample instance
<ssml:workbook> <ssml:fileVersion/> <ssml:fileSharing userName="string"/> <ssml:workbookPr/> <ssml:workbookProtection/> <ssml:bookViews> <ssml:workbookView> <ssml:extLst>... </ssml:extLst> </ssml:workbookView> </ssml:bookViews> <ssml:sheets> <ssml:sheet name="string" sheetId="1" r:id="string"/> </ssml:sheets> <ssml:functionGroups> <ssml:functionGroup name="string"/> </ssml:functionGroups> <ssml:externalReferences> <ssml:externalReference r:id="string"/> </ssml:externalReferences> <ssml:definedNames> <ssml:definedName name="string">string</ssml:definedName> </ssml:definedNames> <ssml:calcPr/> <ssml:oleSize ref="string"/> <ssml:customWorkbookViews> <ssml:customWorkbookView name="string" guid="token" windowWidth="1" windowHeight="1" activeSheetId="1"> <ssml:extLst>... </ssml:extLst> </ssml:customWorkbookView> </ssml:customWorkbookViews> <ssml:pivotCaches> <ssml:pivotCache cacheId="1" r:id="string"/> </ssml:pivotCaches> <ssml:smartTagPr/> <ssml:smartTagTypes> <ssml:smartTagType name="string"/> </ssml:smartTagTypes> <ssml:webPublishing/> <ssml:fileRecoveryPr/> <ssml:webPublishObjects> <ssml:webPublishObject id="1" divId="string" destinationFile="string"/> </ssml:webPublishObjects> <ssml:extLst> <ssml:ext> <!--any element--> </ssml:ext> </ssml:extLst> </ssml:workbook>