Detect Merged Cells in a Worksheet
Contents
[
Hide
]
This article provides information on how to get merged cell areas in a worksheet.
Aspose.Cells allows you to get merged cell areas in a worksheet. You can unmerge (split) them too. This article shows the simplest code using Aspose.Cells API to perform the task.
The component provides the Cells.MergedCells attribute which can get an ArrayList of merged cell areas. The following code sample shows you how to detect merged cells in a worksheet.