Home > Backend Development > PHP Tutorial > thinkphp 用phpExcel导出,数据多导不出来

thinkphp 用phpExcel导出,数据多导不出来

WBOY
Release: 2016-06-06 20:11:53
Original
889 people have browsed it

我的框架是Thinkphp 我用phpExcel导出数据,大概只能导出500条,多了就会内存溢出。因为我导出数据不在一个数据表里,需要循环多个表,各位大神有没有什么好的解决方案,或者是phpExcel需要配置什么可以解决这个问题

回复内容:

我的框架是Thinkphp 我用phpExcel导出数据,大概只能导出500条,多了就会内存溢出。因为我导出数据不在一个数据表里,需要循环多个表,各位大神有没有什么好的解决方案,或者是phpExcel需要配置什么可以解决这个问题

你把php 的 最大存储 修改看看

我解决的方案是分段导出,但是你的500条就内存溢出应该优化代码为主,多次查询的字段需要加索引

https://segmentfault.com/q/1010000004388...

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template