How to Find whether Cell is Merged Or Not

I want to Find the selected cell is merged or not.


Hi,


Please follow the below link to Aspose.Cells JAVA API Reference. The method for your need is IsMerged().
http://www.aspose.com/documentation/java-components/aspose.cells-for-java/com/aspose/cells/cell.html#isMerged()

Please feel free to write back.

Hi,

Moreover, you may check the document/article for your reference:
http://www.aspose.com/documentation/java-components/aspose.cells-for-java/detect-merged-cells-in-a-worksheet.html

Thank you.