How to Create a word .doc file from a .doc template in php

后端 未结 4 2110
佛祖请我去吃肉
佛祖请我去吃肉 2021-01-02 12:40

I need to create a word document from a word template, its something like, we need to replace the few strings (say variables) in the template with the values.

Please

4条回答
  •  清酒与你
    2021-01-02 13:18

    I'd recommend checking out phpLiveDocx: http://www.phplivedocx.org/

    And some other questions on SO that might be worth reading:

    • Use PHP to create a DOC file on a Unix Box based on an HTML webform selection
    • Create Word Document using PHP in Linux
    • Reading/Writing a MS Word file in PHP
    • create word doc file from linux command line

提交回复
热议问题