WriteOnlyCell: WriteOnlyCell

View source: R/WriteOnlyCell.R

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


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