openpyxl.worksheet.custom module¶
- class openpyxl.worksheet.custom.CustomProperties(customPr=())[源代码]¶
基类:
openpyxl.descriptors.serialisable.Serialisable
- customPr¶
A sequence (list or tuple) that may only contain objects of the declared type
- tagname = 'customProperties'¶
- class openpyxl.worksheet.custom.CustomProperty(name=None)[源代码]¶
基类:
openpyxl.descriptors.serialisable.Serialisable
- name¶
Values must be of type <class ‘str’>
- tagname = 'customProperty'¶