openpyxl.workbook.pivot module

class openpyxl.workbook.pivot.PivotCache(cacheId=None)[source]

Bases: openpyxl.descriptors.serialisable.Serialisable

cacheId

Values must be of type <class ‘int’>

tagname = 'pivotCache'
class openpyxl.workbook.pivot.PivotCacheList(pivotCache=())[source]

Bases: openpyxl.descriptors.serialisable.Serialisable

pivotCache

A sequence (list or tuple) that may only contain objects of the declared type

tagname = 'pivotCaches'