Export MySQL query to Excel file: Difference between revisions

Jump to navigation Jump to search
Line 11: Line 11:
step (1) MySQL query -> CSV/XLS file  
step (1) MySQL query -> CSV/XLS file  
* PHPExcel or MySQL client softwares
* PHPExcel or MySQL client softwares
* [http://dev.mysql.com/doc/refman/5.7/en/mysqldump-delimited-text.html MySQL :: MySQL 5.7 Reference Manual :: 8.4.3 Dumping Data in Delimited-Text Format with mysqldump]
* [http://dev.mysql.com/doc/refman/5.7/en/mysqldump-delimited-text.html MySQL :: MySQL 5.7 Reference Manual :: 8.4.3 Dumping Data in Delimited-Text Format with mysqldump] Required permission ex: {{kbd | key = GRANT FILE ON *.* TO 'user_name'@'localhost';}}


step (2) CSV --> XLSX or XLS --> XLSX.
step (2) CSV --> XLSX or XLS --> XLSX.

Navigation menu