powered by
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.comments.comment_sheet.html
CommentSheet(authors = NULL, commentList = list(), extLst = NULL, ...)
An openpyxl Python object.
authors
commentList
extLst
Additional arguments, i.e. kwargs.
if (FALSE) { CommentSheet( authors = AuthorList(author = c("author1", "author2")) ) }
Run the code above in your browser using DataLab