fastpyxl.pivot.record module
- class fastpyxl.pivot.record.Record(_fields=(), m=None, n=None, b=None, e=None, s=None, d=None, x=None)[source]
Bases:
Serialisable- tagname = 'r'
- class fastpyxl.pivot.record.RecordList(count=None, r=(), extLst=None)[source]
Bases:
Serialisable- property count
- extLst: ExtensionList | None
- mime_type = 'application/vnd.openxmlformats-officedocument.spreadsheetml.pivotCacheRecords+xml'
- property path
- rel_type = 'http://schemas.openxmlformats.org/officeDocument/2006/relationships/pivotCacheRecords'
- tagname = 'pivotCacheRecords'
- xml_order = ('r',)