WriteOnlyCell {xlcharts} | R Documentation |
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.cell.cell.html
WriteOnlyCell(ws = NULL, value = NULL, ...)
ws |
ws |
value |
value |
... |
Additional arguments, i.e. kwargs. |
An openpyxl Python object.
## Not run:
wb <- Workbook()
WriteOnlyCell(ws = wb$active)
## End(Not run)