Help Needed! Convert word table to a HTML Table

Jun 25 2008 9:13 AM

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.


Answers (1)