paper-xlsxAPI referencecomments.comment_sheet
CommentSheet
paper-xlsx 0.2.1 API reference
CommentSheet(authors=None, commentList=None, extLst=None)Attributes
authors
attributeauthors= authorscommentList
attributecommentList= commentListcomments
attributecommentsReturn a dictionary of comments keyed by coord
extLst
attributeextLst= Typed(expected_type=ExtensionList, allow_none=True)idx_base
attributeidx_base= 0mime_type
attributemime_type= 'application/vnd.openxmlformats-officedocument.spreadsheetml.comments+xml'namespace
attributenamespace= Nonepath
attributepathReturn path within the archive
tagname
attributetagname= 'comments'Functions
__iter__
func__iter__()from_comments
funcfrom_comments(comments)Create a comment sheet from a list of comments for a particular worksheet
paramcommentsfrom_tree
funcfrom_tree(node)Create object from XML
paramnodeto_tree
functo_tree()write_shapes
funcwrite_shapes(vml=None)Create the VML for comments
paramvml= None