Parse Microsoft Office files in Node.JS

后端 未结 4 1571
终归单人心
终归单人心 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:45

    You can use mammoth to parse .docx files https://www.npmjs.com/package/mammoth and xlsx to parse .xlsx files https://github.com/SheetJS/js-xlsx

提交回复
热议问题