InputCells {xlcharts} | R Documentation |
InputCells
Description
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.worksheet.scenario.html
Usage
InputCells(
r = NULL,
deleted = FALSE,
undone = FALSE,
val = NULL,
numFmtId = NULL,
...
)
Arguments
r |
r |
deleted |
deleted |
undone |
undone |
val |
val |
numFmtId |
numFmtId |
... |
Additional arguments, i.e. kwargs. |
Value
An openpyxl Python object.
Examples
## Not run:
InputCells(r = "r", val = "val")
## End(Not run)
[Package xlcharts version 0.0.2 Index]