<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>
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
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>