CommentSheet {xlcharts}R Documentation

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

## Not run: 
CommentSheet(
  authors = AuthorList(author = c("author1", "author2"))
)

## End(Not run)


[Package xlcharts version 0.0.2 Index]