I have a big combination of data when i have generate a excel file using php excel the page going to be hang and excel file not generating. what i will do? i have increased memory time, execution time but still same issue i have also tried buffering methods in php like ob_start, ob_flush, ob_end_flush etc but still same issue.
i have more than 100 Keyword, 500 categories, 8000 locations means 100*500*8000 combinations are there. when we generate excel the memory execution not supported and page are showing blank.
i have already increased memory time using .htaccess in GB but still same issue.
thanks.