Learn R Programming

xlcharts (version 0.0.1)

InputCells: 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,
  ...
)

Value

An openpyxl Python object.

Arguments

r

r

deleted

deleted

undone

undone

val

val

numFmtId

numFmtId

...

Additional arguments, i.e. kwargs.

Examples

Run this code
if (FALSE) {
InputCells(r = "r", val = "val")
}

Run the code above in your browser using DataLab