Recommend this page to a friend! |
All requests | > | What is the best PHP export mysql to ... | > | Request new recommendation | > | Featured requests | > | No recommendations |
by luis fernando arango - 2 months ago (2020-12-18)
+2 | I want to export a table of 300.000 records that is in CSV and compress it using ZIP or gzip in a way that is fast and efficient. In Spanish: Exportar tablas de mysql mediante php en excel optimamente Quiero exportar una tabla de 300.000 registros en csv comprimida en zip o gzip de una manera rapida y eficaz gracias |
1. by Alexey Dodonov - 1 month ago (2021-01-22) Reply
Hi! Try this one github.com/alexdodonov/php-2-excel
0 | by Manuel Lemos 20550 - 2 months ago (2020-12-22) Comment This package can do what you ask by generating CSV files from MySQL table queries. What you need to do when you use this package is to compress the output CSV files into ZIP or gzip files. There are other packages for that purpose. If you need a recommendation, try sending another package recommendation request. |
1. by luis fernando arango - 2 months ago (2020-12-23) Reply
Gracias la clase niger es perfecta para crear el archivo csv.
me explico un poco mejor como puedo comprimir este archivo.csv a zip o gzip con php sin que me limite los tiempos de carga del navegador y evitar el error 504 mientras comprimo el archivo para su descarga con header.
Recommend package | |
|