Learn R Programming

xlcharts (version 0.0.1)

MergedCell: MergedCell

Description

Describes the properties of a cell in a merged cell and helps to display the borders of the merged cell.

https://openpyxl.readthedocs.io/en/stable/api/openpyxl.cell.cell.html

Usage

MergedCell(worksheet, row = NULL, column = NULL, ...)

Value

An openpyxl Python object.

Arguments

worksheet

worksheet

row

row

column

column

...

Additional arguments, i.e. kwargs.

Details

The value of a MergedCell is always NULL.

Examples

Run this code
if (FALSE) {
wb <- Workbook()
MergedCell(worksheet = wb$active, row = 1L, column = 1L)
}

Run the code above in your browser using DataLab