Spire.XLS is a professional Excel API that enables developers to create, manage, manipulate, convert and print Excel worksheets. Get free and professional technical support for Spire.XLS for .NET, Java, Android, C++, Python.

Wed May 20, 2015 6:37 pm

I need to convert HTML Table to XLS. Is that possible?
I tried converting it to DataTable but couln't export it because inside my rows I can have another table as well.

Thank you

nguivisdalsky
 
Posts: 3
Joined: Tue May 19, 2015 4:12 pm

Thu May 21, 2015 2:32 am

Hello,

Thanks for your inquiry.
Sorry that at present the Spire.XLS doesn’t support to convert HTML table included other table to XLS.

Best Regards,
Betsy,
E-iceblue support team
User avatar

Betsy
 
Posts: 802
Joined: Mon Jan 19, 2015 6:14 am

Thu May 21, 2015 2:07 pm

Maybe I didn't explain myself right.
I have an HTML table, which I need to convert to excel cells.

Those cells, could contain HTML and I just need that HTML to render, not to be converted as well.

example:

<table>
<tr>
<td>
<P> here's a paragraph </P>
<B>this is bold</B>
<UL><LI>this is a bullet</LI><LI>this is another bullet</LI></UL>
</td>
</tr>
.... other TRs and TDs
<table>


I just need that HTML inside the td to be shown inside a cell in excel

Thank you!!

nguivisdalsky
 
Posts: 3
Joined: Tue May 19, 2015 4:12 pm

Fri May 22, 2015 6:45 am

Hello,

Sorry that the Spire.XLS doesn’t support the feature you mentioned. Sorry for inconvenience we caused.

Sincerely,
Betsy
E-iceblue support team
User avatar

Betsy
 
Posts: 802
Joined: Mon Jan 19, 2015 6:14 am

Return to Spire.XLS