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

[#13]: Added support for parsing text from office file buffers. #14

Closed harshankur closed 1 year ago

harshankur commented 1 year ago

Modified parseOffice and parseOfficeAsync functions to also accept file buffers as first argument instead of file path.