Open iamanthos opened 2 years ago
HTML having row span are not formatted correctly when converting to document.
`
To make a cell span more than one row, use the rowspan attribute.
` 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.
@iamanthos is there any update regarding this issue?
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.
` 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.