Parse xls/xlsx/xlsm in Node.js

gone picture gone · Jul 16, 2013 · Viewed 15.9k times · Source

Running in Node.js, I need to be able to parse cell value's from Excel .xls,.xlsx, and .xlsm.

Are there solutions available? I doubt there's a single module out there that will do the trick, so perhaps there is a way to internally convert two of the formats into the third and have a single format parser?

Has anyone else encountered this problem? If so, what kind of solution did you come up with?

Any help is greatly appreciated. Thank you

Answer

Robbert picture Robbert · Oct 15, 2013

The package https://npmjs.org/package/excel-parser works for XLS & XLSX