How to split merged cells

Hi

In my word document.its contains some merged cells.Some cells are merged 2 ,and some are merged 3.I need split these cells as single cells

Hi Ajeesh,

Thank you for inquiry. i am afraid, there is no direct way to achieve that. Basically, you should use rows with different number of cells in the row and cells with different widths to create an effect of split cells.

Hope this helps.


Hi

Do you have any idea about how to convert word document into Excel

Hi Ajeesh,


Thanks for your inquiry. Unfortunately, there is no direct way to convert Word document to Excel. However, it is possible using Aspose.Words+Aspose.Cells. Please follow up the link where my colleague offered a workaround.
http://www.aspose.com/community/forums/331152/showthread.aspx#331152


I hope, this will help.

Hi

The above link that you have given is not working am getting following error

Not Found: Forum Not Found

This is the link

Hi Ajeesh,


Thank you for inquiry. Link points to the similar workaround which you have already share in your recent post.

Hi

how to know a cell is mergerd or not.I have a codebut that is not working

bool isHorizontallyMerged = cell.CellFormat.HorizontalMerge

bool isVerticallyMerged = cell.CellFormat.VerticalMerge

this is the code i have but its nit working

Hi Ajeesh,

Thank you for inquiry. Please refer to the answer that I replied in the following post:
http://www.aspose.com/community/forums/368369/how-to-find-a-cell-in-table-is-merged-or-not/showthread.aspx#368369