Detect Merged Cells in a Worksheet
Contents
[
Hide
]
This article provides information on how to get merged cell areas in a worksheet.
Aspose.Cells for Python via .NET 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.get_merged_areas() method which can get all merged cells. The following code sample shows you how to detect merged cells in a worksheet.