I need to generate Word document using PHP. I have html, save it as doc-file, but now I need to insert in this file excel table. How can I do it with html content, or I need some classes to do it?
Asked
Active
Viewed 129 times
1 Answers
0
There is an excellent PHP class for creating Excel documents. It is called php-export-data
by Eli Dickinson, http://github.com/elidickinson/php-export-data.
Also you can check this stackoverflow question: Alternative for PHP_excel
However, this is some sort of advanced task, you better be prepared.

Community
- 1
- 1

Bud Damyanov
- 30,171
- 6
- 44
- 52
-
May be you don't understand me, but I need to create word file with extension .doc and embed at it excel table. You class create a single excel document. – andynador Mar 31 '14 at 07:04