I am getting an error when trying to generating an excel file from the database query returned over 23000 rows. But for the less number of rows it is giving the correct excel file.
Can you please tell me whether this kind of limitation exists.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
To resolve your issue, provide the answer of following question.
Excel 2003 has limitation of 65536 rows, if your query is returning more than 65536 rows then use Excel 2007 (1048576 Rows).