Read excel file with password protection from nodejs

偶尔善良 提交于 2021-02-08 08:19:23

问题


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...


回答1:


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



来源:https://stackoverflow.com/questions/50333422/read-excel-file-with-password-protection-from-nodejs

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!