mergeCellForced | R Documentation |
mergeCellForced
wraps around openxlsx::removeCellMerge()
and openxlsx::mergeCells()
to merge cells if there are merged cell in the specified range.
mergeCellForced(wb, sheet, cols, rows)
wb |
A workbook object |
sheet |
A name or index of a worksheet |
cols |
Columns to merge |
rows |
corresponding rows to merge |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.