Hi there
I am using DocumentBuilder.Html to insert a table element. I’m having a problem with cells that have a rowspan. It mostly seems to work correctly but I have found cases where an additional column is added to the table in Word.
I have included below the simplest table I can find that reproduces the issue (also included as attachment). In IE/Firefox, the table below renders with 3 rows and 3 columns. However, when inserted into the Word document the resulting table has 3 rows and 4 columns.
1 | ||
2 | ||
3 |
I am hoping that you can reproduce this and offer a possible resolution?
Kind regards
Dave