InputCells: InputCells

View source: R/InputCells.R

InputCellsR 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)

xlcharts documentation built on May 29, 2024, 7:58 a.m.