Estoy exportando reportes a excel pero me marca Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 1920 bytes) ,
ya intente haciendo cambios con esta instruccion directo en el script: ini_set('memory_limit','256M'); pero aun asi me sigue marcando el error, modifico directo en php.ini y no hace algun cambio y si me llega a abrir el .xls lo abre con errores.
Agradeceria mucho su ayuda.