Reputation: 4617
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?
Upvotes: 0
Views: 501
Reputation: 70369
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
Upvotes: 1
Reputation: 13511
You can use that class : http://www.phpclasses.org/package/2631-PHP-Create-Microsoft-Word-document-without-COM-objects.html
Upvotes: 0