How to open a password protected excel file using python?

后端 未结 3 1993
被撕碎了的回忆
被撕碎了的回忆 2020-12-01 16:58

I looked at the previous threads regarding this topic, but they have not helped solve the problem.

  • how to read password protected excel in python

3条回答
  •  情书的邮戳
    2020-12-01 17:38

    Openpyxl Package works if you are using linux system. You can use secure the file by setting up a password and open the file using the same password.

    For more info: https://www.quora.com/How-do-I-open-read-password-protected-xls-or-xlsx-Excel-file-using-python-in-Linux

提交回复
热议问题