fastpyxl.chart.pivot module
- class fastpyxl.chart.pivot.PivotFormat(idx=0, spPr=None, txPr=None, marker=None, dLbl=None, extLst=None)[source]
Bases:
Serialisable- property DataLabel
- property TextBody
- extLst: ExtensionList | None
- property graphicalProperties
- idx: int | None
- spPr: GraphicalProperties | None
- tagname = 'pivotFmt'
- xml_order = ('idx', 'spPr', 'txPr', 'marker', 'dLbl')
- class fastpyxl.chart.pivot.PivotSource(name=None, fmtId=None, extLst=None)[source]
Bases:
Serialisable- extLst: ExtensionList | None
- fmtId: int | None
- name: str | None
- tagname = 'pivotSource'
- xml_order = ('name', 'fmtId')