openpyxl.comments.comments module

class openpyxl.comments.comments.Comment(text, author)[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