Learn R Programming

xlcharts (version 0.0.1)

CommentSheet: CommentSheet

Description

https://openpyxl.readthedocs.io/en/stable/api/openpyxl.comments.comment_sheet.html

Usage

CommentSheet(authors = NULL, commentList = list(), extLst = NULL, ...)

Value

An openpyxl Python object.

Arguments

authors

authors

commentList

commentList

extLst

extLst

...

Additional arguments, i.e. kwargs.

Examples

Run this code
if (FALSE) {
CommentSheet(
  authors = AuthorList(author = c("author1", "author2"))
)
}

Run the code above in your browser using DataLab