I am just wondering what’s the most efficient way to export mysql data to excel file using PHP. I have been searching on web but not sure what the best way is. Any thoughts? Thanks for help.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You could try this PHPExcel – OpenXML Api: http://www.phpexcel.net
I never tested that, but the feature list says that it can export data to
Good luck!