[Table of Contents] [docx version]

SpreadsheetML Reference Material - Table of Contents

bookViews (Workbook Views)

This element specifies the collection of workbook views. Each view can specifies a window position, filter options, and other configurations. There is no limit on the number of views that can be defined for a workbook.

[Example:

<bookViews>
<workbookView showHorizontalScroll="0" showVerticalScroll="0"
showSheetTabs="0" xWindow="120" yWindow="45" windowWidth="15135"
windowHeight="8130" activeTab="2" autoFilterDateGrouping="0"/>
</bookViews>

end example]

Parent Elements

workbook3.2.27)

 

Child Elements

Subclause

workbookView (Workbook View)

§3.2.30

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

<complexType name="CT_BookViews">

   <sequence>

   <element name="workbookView" type="CT_BookView" minOccurs="1" maxOccurs="unbounded"/>

   </sequence>

</complexType>