Convert html to word /excel / powerPoint with PHP

前端 未结 3 1878
感动是毒
感动是毒 2020-11-27 20:53

How to convert html to word /excel / powerpoint with PHP ?

3条回答
  •  隐瞒了意图╮
    2020-11-27 21:09

    PHP to Word:

    I think the easiest way to generate DOC files with PHP is using the Zend Framework component phpLiveDocx. You can load Word or Open Office templates, merge textual data and save the final document to a number of formats, such as DOC, DOCX, RTF and PDF.

提交回复
热议问题