MergeCells
Description
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.worksheet.merge.html
Usage
MergeCells(count = NULL, mergeCell = list(), ...)
Arguments
count
|
count |
mergeCell
|
mergeCell |
…
|
Additional arguments, i.e. kwargs. |
Value
An openpyxl Python object.
Examples
library("xlcharts")
MergeCells()