<pivotCaches> (PivotCaches)

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>

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>