Generating word documents with PHP [duplicate]
问题 This question already has answers here : Create Word Document using PHP in Linux [closed] (10 answers) Closed 4 years ago . Do you know any way to generate doc and docx files with PHP and without COM component? I've tried PHPWord , which creates docx files, but these cannot be opened in OpenOffice because they cause it to crash. I've also tried PHPDocx , but it didn't generate any files at all. 回答1: See here: http://www.webcheatsheet.com/php/create_word_excel_csv_files_with_php.php To quote