read word document in php

前端 未结 4 1451
北荒
北荒 2020-12-06 07:31

I\'m doing a project now, and I\'m stuck with reading word documents.

Word File content.

This is a test word file in PHP.

Thank you.
4条回答
  •  广开言路
    2020-12-06 07:46

    "PHPWord is a library written in pure PHP that provides a set of classes to write to and read from different document file formats." (PHPOffice, 2016)

    This open php library should solve your problem. you can eighter download it oder get it by composer:

    https://github.com/PHPOffice/PHPWord

提交回复
热议问题