how to export to excel from mysql database using php
Dear Experts,
I use PHP 7 and mysql database.
I searched on the web how to export data to excel , I found many old codes with mysql_connect...
I need to use mysqli not mysql
Do you recomend me some working code?
PHPMySQL Server
Last Comment
BR
8/22/2022 - Mon
Tomas Helgi Johannsson
Hi!
The simplest way to export data to excel is to export to csv using mysqli like this
The simplest way to export data to excel is to export to csv using mysqli like this
Open in new window
Regards,
Tomas Helgi