Learn R Programming

xlcharts (version 0.0.1)

ReadOnlyCell: 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, ...)

Value

An openpyxl Python object.

Arguments

sheet

sheet

row

row

column

column

value

value

data_type

data_type

style_id

style_id

...

Additional arguments, i.e. kwargs.

Examples

Run this code
if (FALSE) {
ReadOnlyCell(sheet = "sheet", row = 1L, column = 1L, value = 1L)
}

Run the code above in your browser using DataLab