Learn R Programming

xlcharts (version 0.0.1)

WriteOnlyCell: WriteOnlyCell

Description

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

Usage

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

Value

An openpyxl Python object.

Arguments

ws

ws

value

value

...

Additional arguments, i.e. kwargs.

Examples

Run this code
if (FALSE) {
wb <- Workbook()
WriteOnlyCell(ws = wb$active)
}

Run the code above in your browser using DataLab