html2openxml icon indicating copy to clipboard operation
html2openxml copied to clipboard

Table with ColSpan, empty cell inserted after wrong cell

Open cd-yang opened this issue 6 years ago • 0 comments

My table:

smrwzz1zz4
zz2
zz3
sm1sm2sm3true
sm4true

After parsing table, empty cell is in 4th column and 2nd row. I found in method 'ProcessClosingTableRow', maybe the commented code in line 1368 caused this problem. Should I call 'NextSibling'? Related issue: #25

cd-yang avatar Jun 20 '19 05:06 cd-yang