I'm trying to convert .doc table to a HTML Talble code using loops in C#.net 2008
I succeed in converting tables which doesnt have merged columns or rows using nested for loop.
But when there is a merged column, columns values get all over the place.
please help me with this.
Thanks in advance.