How to render contents in a HTMLTextWriter to excel

Hi,

I have a class which executes a query and returns data in an HTMLText writer. The output is a formatted data. By this i mean its a HTML design tags with data values and styles applied for the TR's and TD's etc. This entire HTML design, along with the data must be rendered in excel. I have copied the HTML output to a HTML file and am attaching this file. Can u please tell me how i can get this HTML rendered as excel?

Regards,

Soumya

Aspose.Cells doesn’t support to import HTML. Could you please return your data as DataTable or DataSet?