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
library("xlcharts")
wb <- Workbook()
WriteOnlyCell(ws = wb$active)