Comment
Description
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.comments.comments.html
Usage
Comment(text, author, height = 79L, width = 144L, ...)
Arguments
text
|
text |
author
|
author |
height
|
height |
width
|
width |
…
|
Additional arguments, i.e. kwargs. |
Value
An openpyxl Python object.
Examples
library("xlcharts")
Comment(text = "text", author = "author")