14,970
edits
(Created page with "Export MySQL query to Excel file (XLS or XLSX file) == Tools == * [https://phpexcel.codeplex.com/ PHPExcel] * other MySQL client softwares == Technical issues: If it costs t...") |
No edit summary |
||
| Line 4: | Line 4: | ||
* [https://phpexcel.codeplex.com/ PHPExcel] | * [https://phpexcel.codeplex.com/ PHPExcel] | ||
* other MySQL client softwares | * other MySQL client softwares | ||
two steps conversion: ex | |||
* CSV --> XLSX or | |||
* XLS --> XLSX | |||
== 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 == | ||