pqzx / html2docx

Convert html to docx
MIT License
69 stars 49 forks source link

Unable to convert html with rowspan to docx correctly #48

Open iamanthos opened 2 years ago

iamanthos commented 2 years ago

HTML having row span are not formatted correctly when converting to document.

`

Cell that spans two rows

To make a cell span more than one row, use the rowspan attribute.

Name Jill
Phone 555-1234
555-8745

` Input html - t.txt

Output file is attached below - test123.docx

Observed - The input file is producing the output file which doesn't account for the rowspans. Also due to this it omit some of the data.

Actual - The input file should create a docx as the html has been previewed in this ticket.

sanaullahaq commented 1 year ago

@iamanthos is there any update regarding this issue?