PHP Read and Write in MS WORD

前端 未结 5 991
伪装坚强ぢ
伪装坚强ぢ 2020-12-11 12:31

I want to read/write word documents using PHP,

I know there is a function in php to work with COM objects which we can use to read and write word documents, but COM

5条回答
  •  旧时难觅i
    2020-12-11 12:51

    Sounds like a bad idea, as the best way to create and read word docs would be on a windows server.

    For php you would like to try antiword to extract the text from word97/2000 files.

提交回复
热议问题