function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Angello Camacho DragoAngello Camacho Drago 

Response size exceeded 15MB organization limit

I am exporting opportunity data to an excel file xls, but when the query has many data I get this error "Response size exceeded 15MB organization limit", can some one help me?

Thanks.
SidhantSidhant
Hey, go through this link: http://salesforce.stackexchange.com/questions/12734/visualforce-response-size-exceeded. Let me know if you need any help in the code. Thanks.
Angello Camacho DragoAngello Camacho Drago
Hi Sidhant, thank you for the reply, I reviewed that link, I only use a HTML table, an apex:ouputtext to change the date format and two apex:repeat for the rows, I want to show more than 30,000 records. Thanks
Amit Gaur 25Amit Gaur 25
Hi Angello, did you get any solution for this? Even I am facing the same issue.
Angello Camacho DragoAngello Camacho Drago
Hi Amit, the only solution that worked for me were create a content version, but the file is a csv no a xls
Amit Gaur 25Amit Gaur 25
Hi Angello, Thanks!! It did solved my problem