We reproduced the issue as you mentioned by rendering your HTML file to XLSX file format. We found tables are not rendered correctly.
e.g.
Sample code:
HtmlLoadOptions htmlLoadOptions = new HtmlLoadOptions(LoadFormat.Html);
htmlLoadOptions.AutoFitColsAndRows = true;
string html = File.ReadAllText("e:\\test2\\HTMLTAB.txt");
var workbook = new Workbook(new MemoryStream(Encoding.UTF8.GetBytes(html)), htmlLoadOptions);
workbook.Save("e:\\test2\\out1.xlsx");
We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.
Issue ID(s): CELLSNET-52630
You can obtain Paid Support services if you need support on a priority basis, along with the direct access to our Paid Support management team.