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.

Thu Jul 30, 2015 4:44 pm

Could you clearly explain the limitations to using Free Spire.XLS vs regular Spire.XLS? Free Spire.XLS seems to work fine for me, so why would I purchase a license?

Thanks.

daveb
 
Posts: 12
Joined: Mon Jul 27, 2015 4:07 pm

Fri Jul 31, 2015 5:48 am

Hello,

Thanks for your inquiry.
Free version is limited to 5 sheets per workbook and 150 rows per sheet. This limitation is enforced during reading or writing XLSX, XLS, or PDF files. When converting Excel files to PDF files, you can only get the first 3 pages of PDF file. And we only maintain the free version when we have enough time.

Best Regards,
Sweety

E-iceblue support team
User avatar

sweety1
 
Posts: 539
Joined: Wed Mar 11, 2015 1:14 am

Fri Jul 31, 2015 2:40 pm

OK thanks. I couldn't find anything stating this anywhere on your web site, so this is good to know.

Now, if I can only get the last few things I need to work, a purchase is imminent.

Thank you,

daveb
 
Posts: 12
Joined: Mon Jul 27, 2015 4:07 pm

Mon Aug 03, 2015 3:47 am

Hello,

Thanks for your reply.
Our dev team is doing some investigation about your issue. Once the issue is resolved or there are any progress, we will let you know ASAP.
Please feel free to contact us if you have any problems.

Best Regards,
Sweety

E-iceblue support team
User avatar

sweety1
 
Posts: 539
Joined: Wed Mar 11, 2015 1:14 am

Tue Jul 10, 2018 10:09 pm

Hi, I have downloaded the 8.3 version and it still has the 5 sheets limitation on writing XLS even when the download page states:

"From Free Spire.XLS v7.8, there is no any limitation when loading and saving .xlsx file format. When converting Excel files to PDF files, you can only get the first 3 pages of PDF file"

any suggestion ?

kindly
Victor Ch.

vchuquimia
 
Posts: 1
Joined: Tue Jul 10, 2018 7:38 pm

Wed Jul 11, 2018 8:06 am

Hi vchuquimia,

Thanks for your post.
Our free Spire.XLS doesn't have any limitation when loading and saving .xlsx file format. But for .xls file format, it indeed has the 5 sheets limitation. When using the code "Workbook workbook = new Workbook();" to create a new file, it would create an Excel file with version 2003 by default. Please use following code to set the version to version 2007 or above.
Code: Select all
Workbook workbook = new Workbook();
//set the version
workbook.Version = ExcelVersion.Version2007;
//your code...
workbook.SaveToFile("result.xlsx",ExcelVersion.Version2007);

If there is still the issue, please feel free to let us know.
Sincerely,
Hogan
E-iceblue support team
User avatar

hogan.tang
 
Posts: 51
Joined: Tue Jul 03, 2018 1:43 am

Fri Jul 13, 2018 2:02 am

Hi vchuquimia,

Has your issue been solved ? Your feedback would be greatly appreciated.
Sincerely,
Hogan
E-iceblue support team
User avatar

hogan.tang
 
Posts: 51
Joined: Tue Jul 03, 2018 1:43 am

Mon Jul 23, 2018 7:49 am

Hi,

Does free version has limitation on No.of Rows for .xls version?

Regards,
Mudassir

mj13119
 
Posts: 1
Joined: Mon Jul 23, 2018 7:20 am

Mon Jul 23, 2018 8:42 am

Hi mj13119,

Thanks for your inquiry.
Free version is limited to 150 rows per sheet.
Sincerely,
Hogan
E-iceblue support team
User avatar

hogan.tang
 
Posts: 51
Joined: Tue Jul 03, 2018 1:43 am

Wed Feb 12, 2020 10:58 am

<package id="Spire.XLS" version="10.1.8" targetFramework="net452" />
I am using this version. It is nice. There is one sheet Evaluation Warning. That sheet is for Trial Period? If I do not purchase this version when will it be expried?

nyonyosgmm
 
Posts: 2
Joined: Fri Feb 07, 2020 6:08 am

Thu Feb 13, 2020 2:58 am

Hi,

Thanks for your inquiry.
The Spire.XLS V10.1.8 is commercial version. So there will always be warning message if you don't purchase and apply the license correctly.
Our sales team has sent you a one-month free license to help you remove the warning message. You could have a better evaluation on our product. Please refer to following guide to apply the license:
https://www.e-iceblue.com/Tutorials/Lic ... nsing.html

Sincerely,
Betsy
E-iceblue support team
User avatar

Betsy.jiang
 
Posts: 3099
Joined: Tue Sep 06, 2016 8:30 am

Return to Spire.XLS