TextField
Description
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.drawing.text.html
Usage
TextField(id = NULL, type = NULL, rPr = NULL, pPr = NULL, t = NULL, ...)
Arguments
id
|
id |
type
|
type |
rPr
|
rPr |
pPr
|
pPr |
t
|
t |
…
|
Additional arguments, i.e. kwargs. |
Value
An openpyxl Python object.
Examples
library("xlcharts")
TextField(id = "id")