removeCellMerge: Create a new Workbook object

View source: R/wrappers.R

removeCellMergeR Documentation

Create a new Workbook object

Description

Unmerges any merged cells that intersect with the region specified by, min(cols):max(cols) X min(rows):max(rows)

Usage

removeCellMerge(wb, sheet, cols, rows)

Arguments

wb

A workbook object

sheet

A name or index of a worksheet

cols

vector of column indices

rows

vector of row indices

Author(s)

Alexander Walker

See Also

mergeCells()


openxlsx documentation built on Feb. 16, 2023, 6:47 p.m.