dongxiaoke2018 2014-01-24 06:51
浏览 358

使用PHP在Microsoft Word模板中将数据插入书签

I need to create a Microsoft Word Document using PHP. I am thinking of creating a template document with various bookmarks and fill the data through PHP.

I am looking at any PHP library which can be used to create a Microsoft Document which supports create and editing bookmarks. Can you please suggest any lightweight PHP library for creating word documents ?

Thanks

  • 写回答

2条回答 默认 最新

  • dongyi8383 2014-01-24 06:58
    关注

    Please try PHPWord library(http://phpword.codeplex.com/)

    A powerful PHP library for creating Word files. :)

    评论

报告相同问题?