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.

Fri Jan 05, 2018 6:55 am

I want to convert HTML text to Excel(XLS) in c# application, please help me.

snandeesha
 
Posts: 6
Joined: Mon Jun 19, 2017 11:14 am

Fri Jan 05, 2018 7:54 am

Hello,

Thanks for your inquiry. I am sorry Spire.Xls doesn't support to convert html to excel at present. We will consider adding the new feature in our future upgrade. Have a good day.

Best regards,
Simon
E-iceblue support team
User avatar

Simon.yang
 
Posts: 620
Joined: Wed Jan 11, 2017 2:03 am

Mon Jan 08, 2018 8:04 am

do you have any features that convert pdf/doc to excel

snandeesha
 
Posts: 6
Joined: Mon Jun 19, 2017 11:14 am

Mon Jan 08, 2018 8:32 am

Hello,

Unfortunately, there is no features to convert pdf/doc to excel. If there is any other question, please feel free to contact us.

Best regards,
Simon
E-iceblue support team
User avatar

Simon.yang
 
Posts: 620
Joined: Wed Jan 11, 2017 2:03 am

Fri May 22, 2020 1:08 am

Hello,

Sorry for the long silence.
Now the newly released Spire.XLS Pack(Hotfix) Version:10.5.7 supports converting html to excel, welcome to download it from the following link.
Website link: https://www.e-iceblue.com/Download/down ... t-now.html
Nuget link: https://www.nuget.org/packages/Spire.XLS/10.5.7

Sample code:
Code: Select all
workbook.LoadFromHtml(string fileName);
workbook.LoadFromHtml(Stream stream);
workbook.LoadFromMHtml(string fileName);
workbook.LoadFromMHtml(Stream stream);


Sincerely,
Rachel
E-iceblue support team
User avatar

rachel.lei
 
Posts: 1571
Joined: Tue Jul 09, 2019 2:22 am

Return to Spire.XLS