是否可以在不使用COM对象的情况下在PHP中读取和写入Word(2003和2007)文件?我知道我可以:
$file = fopen('c:\file.doc', 'w+'); fwrite($file, $text); fclose();
但Word会将其读作HTML文件而不是本机.doc文件.
php ms-word read-write
ms-word ×1
php ×1
read-write ×1