Click here to Skip to main content
15,895,142 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi sir,
I developed application that exports dataset value to excel. I am having 10,500 records and 17 columns in the table. If i export
to excel file, it takes more than 25 MB, i cant able to open the exported excel file, it shows loading symbol for long time.
Kindly give me the solution for this problem.
Posted
Comments
[no name] 26-Jun-13 7:40am    
A solution to what problem? Export less data or split the data into multiple files.
bbirajdar 26-Jun-13 9:42am    
I agree, he should export less data in the excel.. Who is going to read 10500 records ??????

1 solution

I think the quickest solution is to export data as CSV. This should significantly reduce the file size and you can easily open a CSV file in Excel.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900