How can I extract data in a Word document using Perl?

前端 未结 5 477
鱼传尺愫
鱼传尺愫 2021-01-21 22:23

How to extract the data from a word doc using Perl?

5条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-01-21 23:01

    You could use Win32::OLE if the script is to run on a Windows box with Word installed.

    What platform are you using? Perhaps antiword could be invoked?

提交回复
热议问题