I'm experiencing an issue when converting HTML tables to a Word document. Specifically, tables that contain rowspan attributes do not appear as expected in the generated Word document. The alignment of cells is completely different from how they are displayed in the HTML source, leading to a messy and incorrect table layout in the final document.
Steps to Reproduce:
Create an HTML table that includes rowspan attributes across multiple cells.
Using HTMLtoDOCX to convert the HTML table to a Word document.
Open the resulting Word document and observe the table layout.
Is there any work around to get tables with merged row cells properly.
I'm experiencing an issue when converting HTML tables to a Word document. Specifically, tables that contain rowspan attributes do not appear as expected in the generated Word document. The alignment of cells is completely different from how they are displayed in the HTML source, leading to a messy and incorrect table layout in the final document. Steps to Reproduce: Create an HTML table that includes rowspan attributes across multiple cells. Using HTMLtoDOCX to convert the HTML table to a Word document. Open the resulting Word document and observe the table layout.
Is there any work around to get tables with merged row cells properly.