WriteOnlyCell {xlcharts}R Documentation

WriteOnlyCell

Description

https://openpyxl.readthedocs.io/en/stable/api/openpyxl.cell.cell.html

Usage

WriteOnlyCell(ws = NULL, value = NULL, ...)

Arguments

ws

ws

value

value

...

Additional arguments, i.e. kwargs.

Value

An openpyxl Python object.

Examples

## Not run: 
wb <- Workbook()
WriteOnlyCell(ws = wb$active)

## End(Not run)


[Package xlcharts version 0.0.2 Index]