[Table of Contents] [docx version]
SpreadsheetML Reference Material - Table of Contents
This element enumerates pivot cache definition parts used by pivot tables and formulas in this workbook.
[Example:
<pivotCaches>
<pivotCache cacheId="4" r:id="rId8"/>
</pivotCaches>
end example]
Parent Elements |
workbook (§3.2.27) |
Child Elements |
Subclause |
pivotCache (PivotCache) |
§3.2.17 |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_PivotCaches">
<sequence>
<element name="pivotCache" type="CT_PivotCache" minOccurs="1" maxOccurs="unbounded"/>
</sequence>
</complexType>