CommentSheet | R Documentation |
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.comments.comment_sheet.html
CommentSheet(authors = NULL, commentList = list(), extLst = NULL, ...)
authors |
authors |
commentList |
commentList |
extLst |
extLst |
... |
Additional arguments, i.e. kwargs. |
An openpyxl Python object.
## Not run:
CommentSheet(
authors = AuthorList(author = c("author1", "author2"))
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.