Skip to content

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

License

Notifications You must be signed in to change notification settings

yuantailing/excel-password-recovery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages