openpyxl.pivot.record模块

class openpyxl.pivot.record.Record(_fields=(), m=None, n=None, b=None, e=None, s=None, d=None, x=None)[源代码]

基类:openpyxl.descriptors.serialisable.Serialisable

b

允许从部件建立多序列

从实例中排除 __elements__ 或 __attrs__ 实际上是别名

d

允许从部件建立多序列

从实例中排除 __elements__ 或 __attrs__ 实际上是别名

e

允许从部件建立多序列

从实例中排除 __elements__ 或 __attrs__ 实际上是别名

m

允许从部件建立多序列

从实例中排除 __elements__ 或 __attrs__ 实际上是别名

n

允许从部件建立多序列

从实例中排除 __elements__ 或 __attrs__ 实际上是别名

s

允许从部件建立多序列

从实例中排除 __elements__ 或 __attrs__ 实际上是别名

tagname = 'r'
x

允许从部件建立多序列

从实例中排除 __elements__ 或 __attrs__ 实际上是别名

class openpyxl.pivot.record.RecordList(count=None, r=(), extLst=None)[源代码]

基类:openpyxl.descriptors.serialisable.Serialisable

property count
extLst

值的类型必须为<class'openpyxl.descriptors.excel.extensionList'>

mime_type = 'application/vnd.openxmlformats-officedocument.spreadsheetml.pivotCacheRecords+xml'
property path
r

只能包含声明类型的对象的序列(列表或元组)

rel_type = 'http://schemas.openxmlformats.org/officeDocument/2006/relationships/pivotCacheRecords'
tagname = 'pivotCacheRecords'
to_tree()[源代码]