Search code examples
node.jsexcelpassword-protection

Read excel file with password protection from nodejs


Have a task, to parse password protected excel-file. Is there any library to work with password protected files for nodejs? I have explored ExcelJS and Node-xlsx, but there are no info about password protected files...


Solution

  • Found lib for node js https://www.npmjs.com/package/xlsx-populate it working with password-protected excel files