powered by
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
MergedCell(worksheet, row = NULL, column = NULL, ...)
An openpyxl Python object.
worksheet
row
column
Additional arguments, i.e. kwargs.
The value of a MergedCell is always NULL.
if (FALSE) { wb <- Workbook() MergedCell(worksheet = wb$active, row = 1L, column = 1L) }
Run the code above in your browser using DataLab