MergeCell | R Documentation |
Represents a range in a sheet: title and coordinates.
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.worksheet.merge.html
MergeCell(ref = NULL, ...)
ref |
ref |
... |
Additional arguments, i.e. kwargs. |
This object is used to perform operations on ranges, like: - shift, expand or shrink - union/intersection with another sheet range, We can check whether a range is: - equal or not equal to another, - disjoint of another, - contained in another. We can get: - the size of a range. - the range bounds (vertices) - the coordinates, - the string representation,
An openpyxl Python object.
## Not run:
MergeCell(ref = "A1")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.