How to convert HTML to Excel With Side by Side Tables

Hi, We are trying to export HTML tables to excel, its working fine when it is a single table. But we have HTML page which has tables laid out side by side for comparison Here is the fiddle example of sample HTML Edit fiddle - JSFiddle - Code Playground . we would like to export these HTML tables side by side as well in excel but when we try doing it comes one below the other. Is this something can be done with aspose cells? if yes kindly request to share some examples

Thanks in advance.

@ksheriff,

Aspose.Cells follows MS Excel standards and specifications when parsing HTML or rendering to Excel file format. You may simply open your HTML file into MS Excel manually and try to save it as “Excel Workbook”. Check the output Excel file if you see those side by side tables. If so, kindly zip and attach your input HTML file. We will check your issue soon.

@ksheriff,
We have tried this scenario with the sample HTML and observed the issue as output Excel file does not contain side by side tables after importing the HTML. This issue is logged in database for further investigation. We will notify you here once any update is ready for sharing.

This issue is logged as:
CELLSNET-48604 - HTML to Excel With Side by Side Tables fails

2 Likes