MergedCell | R Documentation |
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, ...)
worksheet |
worksheet |
row |
row |
column |
column |
... |
Additional arguments, i.e. kwargs. |
The value of a MergedCell is always NULL.
An openpyxl Python object.
## Not run:
wb <- Workbook()
MergedCell(worksheet = wb$active, row = 1L, column = 1L)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.