|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
|
|
#1
|
|||
|
|||
|
Excel Report returning 40,000 rows
Hi,
I am generating excel reports in coldfusion using CFContent tag, which works fine if get around 5000 rows. In one of my report I am getting about 40,000 rows from oracle database, so the page is not processing and it freezes the computer if I run the code. Is there any way to generate excel report with 40,000 rows? I even tried splitting the datas into 20,000 rows per file and created two file but it still does the same to even process 20,000 rows. I would really appreciate any help reg this. Thanks, Arun |
|
#2
|
|||
|
|||
|
I've used cfcontent to generate excel files with more than 40,000 rows. Is the CF server crashing, or is the computer that you are trying to open the Excel file with crashing? Remember that if you are generating HTML tables and pushing that to the browser with cfcontent to force Excel to render it, it can take several minutes for Excel to process all the table tags and show the data within Excel.
__________________
Ask if you have a question, but also help answer questions that you have knowledge of! Thanks, Brian. How to Post a Question in the Forums |
|
#3
|
|||
|
|||
|
No, even I tried in other computer it is the same... is there any way for me to generate a file and upload it in the webserver....
I would really appreciate any help reg this.. Thanks, Arun |
|
#4
|
|||
|
|||
|
Quote:
|
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > ColdFusion Development > Excel Report returning 40,000 rows |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|