0

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?

Kara
  • 5,996
  • 16
  • 49
  • 56
andynador
  • 117
  • 1
  • 1
  • 6

1 Answers1

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
  • 27,507
  • 6
  • 41
  • 51
  • 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