openpyxl.comments.comments module

class openpyxl.comments.comments.Comment(text, author, height=79, width=144)[source]

Bases: object

bind(cell)[source]

Bind comment to a particular cell

parent
text

Any comment text stripped of all formatting.

unbind()[source]

Unbind a comment from a cell