Saving as HTML breaks tables

If you place two tables next two each other and don’t fill the tables completley, following behavior can be observed:
1.) the colums between the two tables are getting merged
2.) the empty cells are cut off

screenshot.PNG (176.2 KB)
example.zip (121.3 KB)

the code i’m using is trivial, just open a workbook and save as html.
I’ve also tried htmlsaveoptions but it doesn’t change anything.

      HtmlSaveOptions html_sv_opt = new HtmlSaveOptions();
      html_sv_opt.ExportHiddenWorksheet = false;
      wb.Save(outputFile, html_sv_opt);

@SimplyLiz
We can reproduce the issue as you mentioned that tables are merged and cut off while converting to Html.

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-53103

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.

@SimplyLiz,

Your issue has been resolved and the fixed functionality will be released with version 23.4. If you need this feature urgently, you can also consult our hot fix from paid support desk.
Here is the sreenshot of result generated after fix: output.png (13.7 KB)

The issues you have found earlier (filed as CELLSNET-53103) have been fixed in this update. This message was posted using Bugs notification tool by johnson.shi