Reading/Writing a MS Word file in PHP

前端 未结 16 1601
借酒劲吻你
借酒劲吻你 2020-11-22 14:35

Is it possible to read and write Word (2003 and 2007) files in PHP without using a COM object? I know that I can:

$file = fopen(\'c:\\file.doc\', \'w+\');
fw         


        
16条回答
  •  醉梦人生
    2020-11-22 14:49

    phpLiveDocx is a Zend Framework component and can read and write DOC and DOCX files in PHP on Linux, Windows and Mac.

    See the project web site at:

    http://www.phplivedocx.org

提交回复
热议问题