very very low performance while exporting large amount of data to excel
sridhar gandikota
Ranch Hand
Joined: Jul 09, 2008
Posts: 31
posted
0
Hi Rancher,
I have problem in exporting the large amount of data to excel. There are around 2000 rows or more. When I use resultset iterate through each row is taking lot of time. Can you please help in solving problem.
Is there any way such that PL/SQL procedure will print the html table tags combined with DB values comes out as string output. Then exporting that string to response printwriter? . Is it correct way?
OR is there any other way in java itself to handle this condition.