Learn R Programming

xlcharts (version 0.0.1)

Comment: Comment

Description

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

Usage

Comment(text, author, height = 79L, width = 144L, ...)

Value

An openpyxl Python object.

Arguments

text

text

author

author

height

height

width

width

...

Additional arguments, i.e. kwargs.

Examples

Run this code
if (FALSE) {
Comment(text = "text", author = "author")
}

Run the code above in your browser using DataLab