Export MySQL query to Excel file: Difference between revisions

Jump to navigation Jump to search
Line 2: Line 2:


== Tools ==
== Tools ==
one step conversion: ex MySQL query -> XLS/XLSX file
=== one step conversion: ex MySQL query -> Excel file ===
ex MySQL query -> XLS/XLSX file
* [https://phpexcel.codeplex.com/ PHPExcel]
* [https://phpexcel.codeplex.com/ PHPExcel]
* other MySQL client softwares
* other MySQL client softwares


two steps conversion: ex: (1) MySQL query -> CSV/XLS file (2) CSV --> XLSX or XLS --> XLSX
=== two steps conversion ex: MySQL query -> CSV file -> Excel file===
* PHPExcel or MySQL client softwares + MS Excel
ex: (1) MySQL query -> CSV/XLS file (2) CSV --> XLSX or XLS --> XLSX.
* PHPExcel or MySQL client softwares + [https://zh-tw.libreoffice.org/discover/calc/ LibreOffice Calc]
for step (1) MySQL query -> CSV/XLS file
* 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]
 
for step (2) CSV --> XLSX or XLS --> XLSX.
* MS Excel
* [https://zh-tw.libreoffice.org/discover/calc/ LibreOffice Calc]


== Technical issues: If it costs too much time to convert to Excel file ==
== Technical issues: If it costs too much time to convert to Excel file ==

Navigation menu