Import Html to Excel

I have been looking around to see documentation about the possibility to Import HTML documents into Excel. There is no one to one relation between HTML and Excel spreadsheet, but I know it is possible to Open an Html file in Excel. When we do this Excel is doing it’s best to process and parse the html and convert it to excel format.

Does Aspose offer any support for this: Import Html to Excel Spreadsheet?
If yes where can i find the documentation with what is supported and what it is planned, and what is not supported?
Thanks,
Daniel

Hi Daniel,


Thank you for contacting Aspose support.

Please note, Aspose.Cells APIs can import HTML files in an instance of Workbook but the structure of the HTML should correspond to the Excel’s standards while exporting spreadsheets to HTML. In short, Aspose.Cells APIs can easily and correctly import the HTML files that were exported out using the Excel application. In case the structure of a given HTML does not correspond to the Excel’s standards then you may observe loss of contents and/or formatting.

I am afraid, there is no such detail available on what HTML tags are supported, however, you may try the export/import process as shared above.