Edit
by Ewald Hesse - 5 years ago (2019-05-02)
I want to generate an MS Word document from PHP
| Data from a database to be put in a MSWord document |
Ask clarification
1 Recommendation
PHP Document Generator: Convert HTML to MS Word and Excel and CSV files
This class can convert HTML to MS Word and Excel and CSV files.
It can take HTML as a string or a file and generates another file with the right filename extensions so it can be opened in Microsoft Word or Excel applications.
The class can also take a bi-dimensional array and creates a CSV file the array data values.
| by Clement Sam package author 120 - 5 years ago (2019-07-08) Comment
Check out this package. It allows you to convert HTML to MS Word, Excel and CSV files.
It also takes multidimensional arrays and converts them to csv file |