un Merge
Unmerges the merged cells specified by unmergeCells.
Example:
val spannedCells = excel.getMergedCells(sheet)
excel.unMerge(sheet, "A1:A2")Content copied to clipboard
Unmerges the merged cells specified by unmergeCells.
Example:
val spannedCells = excel.getMergedCells(sheet)
excel.unMerge(sheet, "A1:A2")