Comment | R Documentation |
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.comments.comments.html
Comment(text, author, height = 79L, width = 144L, ...)
text |
text |
author |
author |
height |
height |
width |
width |
... |
Additional arguments, i.e. kwargs. |
An openpyxl Python object.
## Not run:
Comment(text = "text", author = "author")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.