R/wrappers.R
removeCellMerge.Rd
Unmerges any merged cells that intersect with the region specified by, min(cols):max(cols) X min(rows):max(rows)
removeCellMerge(wb, sheet, cols, rows)
A workbook object
A name or index of a worksheet
vector of column indices
vector of row indices
mergeCells()
Alexander Walker