davidcon / excellibrary

Automatically exported from code.google.com/p/excellibrary
0 stars 0 forks source link

Application crashes while creating excel file with large (1M+) data. #86

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I was evaluating ExcelLibrary to create excel file out of a SQL Table which has 
more than a million records and 5 columns. The same application works with 1 
row data in same table but not with huge amount of data. What is the limit of a 
table to use ExcelLibrary?

Version  = Latest available (downloaded on 4/14/2011)

Original issue reported on code.google.com by naara...@gmail.com on 19 Apr 2011 at 6:39

GoogleCodeExporter commented 8 years ago
Current support for excel files xls (97/2003) that is prior to xlsx (2007/2010) 
plannet to suport in future.
You should split in 65536 rows files.

Original comment by regisbsb...@gmail.com on 27 Jun 2011 at 11:08