Skip to main content

Module pivot_cache

Module pivot_cache 

Source
Expand description

Pivot cache XML schema structures.

Represents xl/pivotCache/pivotCacheDefinition{N}.xml and xl/pivotCache/pivotCacheRecords{N}.xml.

Structsยง

BoolField
Boolean field in a cache record.
CacheField
Individual cache field definition.
CacheFields
Container for cache field definitions.
CacheRecord
Individual cache record containing field values.
CacheSource
Source of data for the pivot cache.
IndexField
Index reference field in a cache record.
NumberField
Number field in a cache record.
NumberItem
Numeric value in shared items.
PivotCacheDefinition
Root element for pivot cache definition.
PivotCacheRecords
Root element for pivot cache records.
SharedItems
Shared items within a cache field.
StringField
String field in a cache record.
StringItem
String value in shared items.
WorksheetSource
Worksheet-based data source.