Paper Office
paper-xlsxAPI referencecomments.comment_sheet

CommentSheet

paper-xlsx 0.2.1 API reference

CommentSheet(authors=None, commentList=None, extLst=None)

Attributes

authors

attributeauthors
= authors

commentList

attributecommentList
= commentList

comments

attributecomments

Return a dictionary of comments keyed by coord

extLst

attributeextLst
= Typed(expected_type=ExtensionList, allow_none=True)

idx_base

attributeidx_base
= 0

mime_type

attributemime_type
= 'application/vnd.openxmlformats-officedocument.spreadsheetml.comments+xml'

namespace

attributenamespace
= None

path

attributepath

Return 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

paramcomments

from_tree

funcfrom_tree(node)

Create object from XML

paramnode

to_tree

functo_tree()

write_shapes

funcwrite_shapes(vml=None)

Create the VML for comments

paramvml
= None

On this page