We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Limit on Max row for Excel

Is there a limit on the number of rows in excel syncfusion would generate. I mean what will happen if it goes past 65,536 rows?


6 Replies

RS Rajarajeswari S Syncfusion Team December 17, 2007 02:53 PM UTC

Hi Jay,

Thank you for your interest in Syncfusion Products.

Yes. There is limitation on the number of rows as in MS Excel for XlsIO. For files with version 8.0 or 9.0, the maxinum number of rows is 65,536 and for Office 2007 files, the maximun number of rows is 1048576. Please refer the below link to get more detils:

http://www.datadynamics.com/forums/602/ShowPost.aspx

http://www.datadynamics.com/forums/602/ShowPost.aspx

The data will not be printed in excel sheet if you go beyond the limit.

Please let me know if you have any concerns.

Thanks,
Raji




RS Rajarajeswari S Syncfusion Team December 17, 2007 02:57 PM UTC

Hi Jay,

Please refer the below link to get the details of office 2007 files limitations:

http://office.microsoft.com/en-us/excel/HP100738491033.aspx

Please let me know if you have any other concerns.

Thanks,
Raji



JS Jayashree Santhanam December 17, 2007 03:18 PM UTC

Thanks for your response Raji. From your response I gather that the limitaion is imposed by Excel and not by the sysncfusion's component.Is that correct?

Thanks
Jay

>Is there a limit on the number of rows in excel syncfusion would generate. I mean what will happen if it goes past 65,536 rows?





RS Rajarajeswari S Syncfusion Team December 18, 2007 02:41 PM UTC


Hi Jay,

Thanks for your update.

As I told you in my previous update, the limitations that are applied to Excel are applied to Syncfusion XlsIO also.

Please let me know if you have any other concerns.

Regards,
Raji



LU Luca October 9, 2017 12:52 PM UTC

Hi,

this is my code :

Dim excelEngine As ExcelEngine = New ExcelEngine

Dim worksheet As IWorksheet

Dim excel As IApplication = excelEngine.Excel

Excel.DefaultVersion = ExcelVersion.Excel2013

Dim workbook As IWorkbook = excel.Workbooks.Add()

worksheet = workbook.Worksheets(0)

worksheet.ImportDataTable(datiSinistri, True, 1, 1)

workbook.SaveAs(filePathAndName)

In my code, i use excel 2013 and in the dataset (datiSinistri) i have 102.589 rows but XlsIO export only 65.536

How can i solve the problem ?

Thank you 






AV Abirami Varadharajan Syncfusion Team October 10, 2017 09:34 AM UTC

Hi Luca, 
 
We suspect that the issue might be due to saving the file in .xls format. So, we request you to save it in .xlsx format to resolve the issue at your end. 
 
We have also shared sample for your reference which can be downloaded from the following link. 
 
 
Please refer and let us know that issue is resolved at your end. 
 
Regards, 
Abirami. 


Loader.
Live Chat Icon For mobile
Up arrow icon