Need help! I'm just new in php and dont know how to export a data from database to excel.
The excel format must be like this:
Can you help me or suggest a function where this format can be make? The Headers like Hit Rate,Production Time, Service Time will be hard coded. The YC Alabang,and all the records under the headers will be coming from database. Thanks!
You can use PHPExcel library. With this library, you can compose the excel file with any complex of header structure.
PHPExcel Library
Also please check this article on Stackoverflow
How to export data to an excel file using PHPExcel
This link will give you better look on coding style.