openpyxl.workbook.smart_tags module¶
- class openpyxl.workbook.smart_tags.SmartTag(namespaceUri=None, name=None, url=None)[源代码]¶
基类:
openpyxl.descriptors.serialisable.Serialisable
- name¶
Values must be of type <class ‘str’>
- namespaceUri¶
Values must be of type <class ‘str’>
- tagname = 'smartTagType'¶
- url¶
Values must be of type <class ‘str’>
- class openpyxl.workbook.smart_tags.SmartTagList(smartTagType=())[源代码]¶
基类:
openpyxl.descriptors.serialisable.Serialisable
- smartTagType¶
A sequence (list or tuple) that may only contain objects of the declared type
- tagname = 'smartTagTypes'¶