0

What are available options for creating msword file in windows using php. Do I have to use third party tools or is there some PHP code for that?

hakre
  • 193,403
  • 52
  • 435
  • 836
Sibu
  • 4,609
  • 2
  • 26
  • 38
  • Possbile duplicates: [Create Word Document using PHP in Linux](http://stackoverflow.com/questions/124959/create-word-document-using-php-in-linux), [Reading/Writing a MS Word file in PHP](http://stackoverflow.com/questions/188452/reading-writing-a-ms-word-file-in-php) – Dennis Oct 15 '11 at 11:47
  • possible duplicate of [Can we save ckeditor data into doc file](http://stackoverflow.com/questions/7777110/can-we-save-ckeditor-data-into-doc-file) – hakre Oct 15 '11 at 12:31

2 Answers2

1

Yes there are in fact several options - one nice walkthrough can be found here http://www.webcheatsheet.com/php/create_word_excel_csv_files_with_php.php

Yahia
  • 69,653
  • 9
  • 115
  • 144
0

You can use that class : http://www.phpclasses.org/package/2631-PHP-Create-Microsoft-Word-document-without-COM-objects.html

KodeFor.Me
  • 13,069
  • 27
  • 98
  • 166