unMerge

fun unMerge(sheet: String, unmergeCells: String)(source)

Unmerges the merged cells specified by unmergeCells.

Example:

val spannedCells = excel.getMergedCells(sheet)
excel.unMerge(sheet, "A1:A2")