What is the best PHP xlsx writer class? #xlsx writer
Edit
by khoiru dhuha aristiyanto - 9 years ago (2015-08-25)
Export to Excel
| I want to export data to excel in XLSX format because I need to generate report. |
Ask clarification
1 Recommendation
Basic Excel: Import and export Excel files to XLS, XLSX and CSV
This package can import and export Excel files to XLS, XLSX and CSV file formats.
It provides reader and writer factory classes that can create specific objects of classes depending on the file format that is meant to be imported or exported.
Currently it provides specific classes for reading or writing data to CSV, XLS or XLSX formats.
| by sameer shelavale 250 - 9 years ago (2015-08-26) Comment
I am not sure what is your input data format, but this class may help you.
check it out |