openpyxl.comments.author module¶
- class openpyxl.comments.author.AuthorList(author=())[源代码]¶
基类:
openpyxl.descriptors.serialisable.Serialisable
- author¶
A sequence (list or tuple) that may only contain objects of the declared type
- authors¶
Aliases can be used when either the desired attribute name is not allowed or confusing in Python (eg. “type”) or a more descriptve name is desired (eg. “underline” for “u”)
- tagname = 'authors'¶