Parse Microsoft Office files in Node.JS

后端 未结 4 1567
终归单人心
终归单人心 2020-12-29 06:19

I\'m working on a web application where users can upload Microsoft Office Document files. Right now, our server is running Node.JS with Express.js and we\'re hosted on Herok

4条回答
  •  情歌与酒
    2020-12-29 06:43

    While there don't seem to be anything you can get with NPM that will do Word directly, you might be able to use a REST API to request it via another cloud service. For example Saaspose (they of the famous Aspose tools) have public API for Word, Excel, PDF, and others. They list node.js, javascript, and Heroku support on their page.

    EDIT:

    I see that Saaspose is now called Aspose for Cloud

    Another API that claims something similar is Doxument

提交回复
热议问题