Learn R Programming

xlcharts (version 0.0.1)

AuthorList: AuthorList

Description

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

Usage

AuthorList(author = list(), ...)

Value

An openpyxl Python object.

Arguments

author

author

...

Additional arguments, i.e. kwargs.

Examples

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

Run the code above in your browser using DataLab