Excel Password Recovery Save

移除 Excel 文件的工作簿密码保护、工作表密码保护、只读密码保护。(只能直接移除密码保护,不能获取原密码)

Project README

Excel-Password-Recovery

移除 Excel 文件的工作簿密码保护、工作表密码保护、只读密码保护。

  1. 只能直接移除密码保护,不能获取原密码
  2. 只支持 .xlsx 格式文件,不支持.xls等其它格式
  3. 无法移除打开密码

Usage

Install requirements

$ pip install -r requirements.txt

Run GUI

$ apt install python3-tk    # if you are using python3
$ python src/gui-main.py

Run in command line:

$ python src/tools/recovery.py [input.xlsx] [output.xlsx]

Distribute as .exe (Windows only):

$ # install [py2exe](http://www.py2exe.org/)
$ python src/setup.py py2exe
Open Source Agenda is not affiliated with "Excel Password Recovery" Project. README Source: yuantailing/excel-password-recovery
Stars
30
Open Issues
0
Last Commit
6 years ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating