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 Sep 02, 2015 11:49 am

Is there really an limitation to 65535 rows using free.xls and creating/writing an excel2010 format document ?

I try this and only get 65535 rows out of around 85000

best regards
Michael F

frostholm
 
Posts: 12
Joined: Wed Sep 02, 2015 6:16 am

Thu Sep 03, 2015 3:31 am

Hello,

Thanks for your inquiry.
Yes, the free version of Spire.XLS has the feature limitation. I recommend you use the commercial version( The latest version is Spire.XLS Pack Hotfix Version:7.8.26 ) which has no any limitations.

Best Regards,
Sweety
E-iceblue support team
User avatar

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

Thu Sep 03, 2015 5:19 am

Hi.

Thank you for your reply. I would say that this is very bad news for me. I choose this addon to do my excel export because it was free and it did not have any limitations, read here from your description on you website :

Friendly Reminder:
Free version is limited to 5 sheets per workbook and 150 rows per sheet. This limitation is enforced during reading or writing XLS or PDF files. Free Spire.XLS v7.8 has no any limitatin 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. Upgrade to Commercial Edition of Spire.XLS

I have used 2 weeks to convert our excel engine and a lot of reports, and then i fall over this when i try to make a report containing 82000 records.

We are a company which are small and dont have money to just bye the pro licence, so i would say this is more than sad news for me, and not a reason i would recommend this product to others (and thats sad because i really love your product.)

Best regards
Michael

frostholm
 
Posts: 12
Joined: Wed Sep 02, 2015 6:16 am

Thu Sep 03, 2015 12:18 pm

I have bought a pro oem version (but have not yet recieved serial number), i have installed the pro version 7.8.26 from nuget, but i still only get 65535 rows ??? And a evaluation warning. It is very critical i get the licence and get no limits in row, we should launch tomorrow to our customer.

What should i do ?

Regards
Michael

frostholm
 
Posts: 12
Joined: Wed Sep 02, 2015 6:16 am

Fri Sep 04, 2015 2:44 am

Dear Michael,

I have tested your license and Spire.XLS pro version: 7.8.26. And everthing is ok.Kindly note
1) make sure if the Spire.XLS pro version you were using is 7.8.26.
2) you need to apply the license file,and we suggest you apply the license by key, there is method to apply the license for your reference.
3) please use following code when creating a new file:
Code: Select all
Workbook wb = new Workbook();
wb.Version = ExcelVersion.Version2010;

If i missing something, please let me know.

Sincerely,
Betsy
E-iceblue support team
User avatar

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

Fri Sep 04, 2015 5:18 am

Thanks for you answer, i got it to work.

I was the line "wb.Version = ExcelVersion.Version2010;" that solved my problem, but just tu state i works i both free and pro version

frostholm
 
Posts: 12
Joined: Wed Sep 02, 2015 6:16 am

Fri Sep 04, 2015 5:54 am

Dear Michael,

Thanks for your response. If there is any question, welcome to get it back to us.

Best Regards,
Betsy
E-iceblue support team
User avatar

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

Return to Spire.XLS

cron