[Table of Contents] [docx version]

SpreadsheetML Reference Material - Table of Contents

customWorkbookViews (Custom Workbook Views)

This element defines the collection of custom workbook views that are defined for this workbook. There is no limit on the number of custom views that a user can create. Users create custom views when there is more than one way of viewing the workbook. Each view on the workbook data might be complex and time consuming to set up. Naming and persisting view settings enables the user to switch between the views easily.

[Example:

<customWorkbookViews>
<customWorkbookView name="CustomView"
guid="{CE6681F1-E999-414D-8446-68A031534B57}" maximized="1" xWindow="1"
yWindow="1" windowWidth="1024" windowHeight="547" activeSheetId="1"/>
</customWorkbookViews>

end example]

Parent Elements

workbook3.2.27)

 

Child Elements

Subclause

customWorkbookView (Custom Workbook View)

§3.2.3

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_CustomWorkbookViews">

   <sequence>

   <element name="customWorkbookView" minOccurs="1" maxOccurs="unbounded" type="CT_CustomWorkbookView"/>

   </sequence>

</complexType>