openpyxl.worksheet.custom模块

class openpyxl.worksheet.custom.CustomProperties(customPr=())[源代码]

基类:openpyxl.descriptors.serialisable.Serialisable

customPr

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

tagname = 'customProperties'
class openpyxl.worksheet.custom.CustomProperty(name=None)[源代码]

基类:openpyxl.descriptors.serialisable.Serialisable

name

值的类型必须小于class'str'>

tagname = 'customProperty'