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
dLbl: DataLabel | None
extLst: ExtensionList | None
property graphicalProperties
idx: int | None
marker: Marker | None
spPr: GraphicalProperties | None
tagname = 'pivotFmt'
txPr: RichText | None
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')