harshankur / officeParser

A Node.js library to parse text out of any office file. Currently supports docx, pptx, xlsx and odt, odp, ods..
MIT License
123 stars 17 forks source link

Add functions promise support #4

Closed eerFun closed 2 years ago

eerFun commented 3 years ago

I'm trying to use this package in a project that every routes use async/await way. I think it's very useful that the package functions support built-in promise version.

I'm going to add this feature if possible.

harshankur commented 2 years ago

I have merged your PR with promise support. Thank You.