CommentSheet
Description
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.comments.comment_sheet.html
Usage
CommentSheet(authors = NULL, commentList = list(), extLst = NULL, ...)
Arguments
authors
|
authors |
commentList
|
commentList |
extLst
|
extLst |
…
|
Additional arguments, i.e. kwargs. |
Value
An openpyxl Python object.
Examples
library("xlcharts")
CommentSheet(
authors = AuthorList(author = c("author1", "author2"))
)