ReadOnlyCell {xlcharts} | R Documentation |
ReadOnlyCell
Description
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.cell.read_only.html
Usage
ReadOnlyCell(sheet, row, column, value, data_type = "n", style_id = 0L, ...)
Arguments
sheet |
sheet |
row |
row |
column |
column |
value |
value |
data_type |
data_type |
style_id |
style_id |
... |
Additional arguments, i.e. kwargs. |
Value
An openpyxl Python object.
Examples
## Not run:
ReadOnlyCell(sheet = "sheet", row = 1L, column = 1L, value = 1L)
## End(Not run)
[Package xlcharts version 0.0.2 Index]